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

Unified Diff: third_party/protobuf/objectivec/Tests/GPBUnknownFieldSetTest.m

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component 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/Tests/GPBUnknownFieldSetTest.m
diff --git a/third_party/protobuf/objectivec/Tests/GPBUnknownFieldSetTest.m b/third_party/protobuf/objectivec/Tests/GPBUnknownFieldSetTest.m
index 01217ca61a3ab96d621311657cbcb76ac87ecf8b..b2b5b21e6175a4108f2bd025469b2504a3ba0d72 100644
--- a/third_party/protobuf/objectivec/Tests/GPBUnknownFieldSetTest.m
+++ b/third_party/protobuf/objectivec/Tests/GPBUnknownFieldSetTest.m
@@ -60,10 +60,6 @@
unknownFields_ = emptyMessage_.unknownFields;
}
-- (GPBUnknownField *)getField:(int32_t)number {
- return [unknownFields_ getField:number];
-}
-
// Constructs a protocol buffer which contains fields with all the same
// numbers as allFieldsData except that each field is some other wire
// type.
« no previous file with comments | « third_party/protobuf/objectivec/Tests/GPBUnittestProtos2.m ('k') | third_party/protobuf/objectivec/Tests/GPBUtilitiesTests.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698