aboutsummaryrefslogtreecommitdiff
path: root/objectivec/GPBMessage_PackagePrivate.h
diff options
context:
space:
mode:
authorSergio Campamá <kaipi@google.com>2016-07-15 15:04:01 -0700
committerThomas Van Lenten <thomasvl@google.com>2016-07-15 18:04:01 -0400
commitb99577c5ac3f3627f7eb11c866fad887920d1453 (patch)
treedf449992104b20fd091e9ae7ac265cf62b72993b /objectivec/GPBMessage_PackagePrivate.h
parentf6d1d1a17e914270992d205fa8fa2b3cf4a0a9f7 (diff)
downloadprotobuf-b99577c5ac3f3627f7eb11c866fad887920d1453.tar.gz
protobuf-b99577c5ac3f3627f7eb11c866fad887920d1453.tar.bz2
protobuf-b99577c5ac3f3627f7eb11c866fad887920d1453.zip
Exposes the currently registered extensions for a message and removes the internal sortedExtensionsInUse
Diffstat (limited to 'objectivec/GPBMessage_PackagePrivate.h')
-rw-r--r--objectivec/GPBMessage_PackagePrivate.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/objectivec/GPBMessage_PackagePrivate.h b/objectivec/GPBMessage_PackagePrivate.h
index ff3cd6eb..02d0e16e 100644
--- a/objectivec/GPBMessage_PackagePrivate.h
+++ b/objectivec/GPBMessage_PackagePrivate.h
@@ -78,10 +78,6 @@ typedef struct GPBMessage_Storage *GPBMessage_StoragePtr;
// returns nil if the extension is not set)
- (id)getExistingExtension:(GPBExtensionDescriptor *)extension;
-// Returns an array of GPBExtensionDescriptor* for all the extensions currently
-// in use on the message. They are sorted by field number.
-- (NSArray *)sortedExtensionsInUse;
-
// Parses a message of this type from the input and merges it with this
// message.
//