aboutsummaryrefslogtreecommitdiff
path: root/objectivec/GPBDescriptor.m
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2017-10-03 09:56:54 -0400
committerThomas Van Lenten <thomasvl@google.com>2017-10-03 11:54:44 -0400
commita274c67caf9b6f85587ac812bf6e5837280dbaef (patch)
tree4a1f50186a7c37aa45bc2076d2907ba44428774f /objectivec/GPBDescriptor.m
parent947712353848c61f10714b099d42dd5d04afb109 (diff)
downloadprotobuf-a274c67caf9b6f85587ac812bf6e5837280dbaef.tar.gz
protobuf-a274c67caf9b6f85587ac812bf6e5837280dbaef.tar.bz2
protobuf-a274c67caf9b6f85587ac812bf6e5837280dbaef.zip
Build out more complete code coverage in the tests.
Diffstat (limited to 'objectivec/GPBDescriptor.m')
-rw-r--r--objectivec/GPBDescriptor.m4
1 files changed, 0 insertions, 4 deletions
diff --git a/objectivec/GPBDescriptor.m b/objectivec/GPBDescriptor.m
index 0753a948..3c3844da 100644
--- a/objectivec/GPBDescriptor.m
+++ b/objectivec/GPBDescriptor.m
@@ -1027,10 +1027,6 @@ uint32_t GPBFieldAlternateTag(GPBFieldDescriptor *self) {
return GPBExtensionIsRepeated(description_);
}
-- (BOOL)isMap {
- return (description_->options & GPBFieldMapKeyMask) != 0;
-}
-
- (BOOL)isPackable {
return GPBExtensionIsPacked(description_);
}