| 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.
|
|
|