aboutsummaryrefslogtreecommitdiff
path: root/objectivec/Tests/GPBUnknownFieldSetTest.m
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2016-07-01 09:46:51 -0400
committerGitHub <noreply@github.com>2016-07-01 09:46:51 -0400
commit7e8c893003a1725d2121155f0cb7b24d0ab47cd6 (patch)
treeef6be0c7b4fe513a82494bcbaf07c51665c737cc /objectivec/Tests/GPBUnknownFieldSetTest.m
parent2fe0556c7abbe31c02147b9171397737a35bfe3b (diff)
parent6cfc19edde6226ec7a3a58a8cacb713a3f861222 (diff)
downloadprotobuf-7e8c893003a1725d2121155f0cb7b24d0ab47cd6.tar.gz
protobuf-7e8c893003a1725d2121155f0cb7b24d0ab47cd6.tar.bz2
protobuf-7e8c893003a1725d2121155f0cb7b24d0ab47cd6.zip
Merge pull request #1723 from thomasvl/objc_test_coverage
Xcode project cleanup/setup.
Diffstat (limited to 'objectivec/Tests/GPBUnknownFieldSetTest.m')
-rw-r--r--objectivec/Tests/GPBUnknownFieldSetTest.m4
1 files changed, 0 insertions, 4 deletions
diff --git a/objectivec/Tests/GPBUnknownFieldSetTest.m b/objectivec/Tests/GPBUnknownFieldSetTest.m
index 01217ca6..b2b5b21e 100644
--- a/objectivec/Tests/GPBUnknownFieldSetTest.m
+++ b/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.