From a714c401a901642082dc6f1581e8b008c3c7d691 Mon Sep 17 00:00:00 2001 From: Sergio Campama Date: Fri, 27 May 2016 11:42:37 -0700 Subject: Removing unused GPBExceptionMessageKey https://github.com/google/protobuf/issues/1618 --- objectivec/GPBMessage.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'objectivec/GPBMessage.h') 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. -- cgit v1.2.3