aboutsummaryrefslogtreecommitdiff
path: root/objectivec/GPBMessage.h
diff options
context:
space:
mode:
authorSergio Campama <kaipi@google.com>2016-05-27 11:42:37 -0700
committerSergio Campama <kaipi@google.com>2016-05-27 12:17:35 -0700
commita714c401a901642082dc6f1581e8b008c3c7d691 (patch)
treeb9bf3230666282989d8786fb8c0f19126fef2ecc /objectivec/GPBMessage.h
parent86e8f1fd7add7b32f3218d121837b92e1c847e18 (diff)
downloadprotobuf-a714c401a901642082dc6f1581e8b008c3c7d691.tar.gz
protobuf-a714c401a901642082dc6f1581e8b008c3c7d691.tar.bz2
protobuf-a714c401a901642082dc6f1581e8b008c3c7d691.zip
Removing unused GPBExceptionMessageKey
https://github.com/google/protobuf/issues/1618
Diffstat (limited to 'objectivec/GPBMessage.h')
-rw-r--r--objectivec/GPBMessage.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/objectivec/GPBMessage.h b/objectivec/GPBMessage.h
index 58c42d02..2249829f 100644
--- a/objectivec/GPBMessage.h
+++ b/objectivec/GPBMessage.h
@@ -55,13 +55,6 @@ typedef NS_ENUM(NSInteger, GPBMessageErrorCode) {
GPBMessageErrorCodeMissingRequiredField = -101,
};
-#ifdef DEBUG
-/// In DEBUG ONLY, an NSException is thrown when a parsed message doesn't
-/// contain required fields. This key allows you to retrieve the parsed message
-/// from the exception's @c userInfo dictionary.
-extern NSString *const GPBExceptionMessageKey;
-#endif // DEBUG
-
CF_EXTERN_C_END
/// Base class for all of the generated message classes.