Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
a714c401
Commit
a714c401
authored
May 27, 2016
by
Sergio Campama
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing unused GPBExceptionMessageKey
https://github.com/google/protobuf/issues/1618
parent
86e8f1fd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
GPBMessage.h
objectivec/GPBMessage.h
+0
-7
GPBMessage.m
objectivec/GPBMessage.m
+0
-5
No files found.
objectivec/GPBMessage.h
View file @
a714c401
...
...
@@ -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.
...
...
objectivec/GPBMessage.m
View file @
a714c401
...
...
@@ -53,11 +53,6 @@
NSString
*
const
GPBMessageErrorDomain
=
GPBNSStringifySymbol
(
GPBMessageErrorDomain
);
#ifdef DEBUG
NSString
*
const
GPBExceptionMessageKey
=
GPBNSStringifySymbol
(
GPBExceptionMessage
);
#endif // DEBUG
static
NSString
*
const
kGPBDataCoderKey
=
@"GPBData"
;
//
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment