From 6cfc19edde6226ec7a3a58a8cacb713a3f861222 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Tue, 28 Jun 2016 09:00:06 -0400 Subject: Xcode project cleanup/setup. - Correct some cases sources were compiled into the static lib and the tests. - Enable Xcodes code coverage support on the unittests. We aren't complete on coverage, but having the data always there should make it easier to chip away at this going forward. - Drop method in tests that isn't used, wire up a validator in another test. --- objectivec/Tests/GPBUnknownFieldSetTest.m | 4 ---- 1 file changed, 4 deletions(-) (limited to 'objectivec/Tests/GPBUnknownFieldSetTest.m') 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. -- cgit v1.2.3