Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Unified Diff: third_party/protobuf/objectivec/GPBWireFormat.h

Issue 2590803003: Revert "third_party/protobuf: Update to HEAD (83d681ee2c)" (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/protobuf/objectivec/GPBWireFormat.h
diff --git a/third_party/protobuf/objectivec/GPBWireFormat.h b/third_party/protobuf/objectivec/GPBWireFormat.h
index c5941a3824aa38f101f060382058130b4e5b2d03..29cf2f0b8d0368a99d63cfffebf7d037b4ed06f4 100644
--- a/third_party/protobuf/objectivec/GPBWireFormat.h
+++ b/third_party/protobuf/objectivec/GPBWireFormat.h
@@ -53,7 +53,6 @@ uint32_t GPBWireFormatMakeTag(uint32_t fieldNumber, GPBWireFormat wireType)
__attribute__((const));
GPBWireFormat GPBWireFormatGetTagWireType(uint32_t tag) __attribute__((const));
uint32_t GPBWireFormatGetTagFieldNumber(uint32_t tag) __attribute__((const));
-BOOL GPBWireFormatIsValidTag(uint32_t tag) __attribute__((const));
GPBWireFormat GPBWireFormatForType(GPBDataType dataType, BOOL isPacked)
__attribute__((const));
« no previous file with comments | « third_party/protobuf/objectivec/GPBWellKnownTypes.m ('k') | third_party/protobuf/objectivec/GPBWireFormat.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698