aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCall.m
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2016-06-14 13:42:23 -0700
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2016-06-14 13:42:23 -0700
commit4de40cae0a60c508792723e1a613caa6e96ed122 (patch)
tree756d1cc4d5a396b6dd5aea7ee76cd1f3b16f3d4b /src/objective-c/GRPCClient/GRPCCall.m
parente697b7dbc6ad97e570334fecd2dd1cccaa83aa1a (diff)
Fixes #2868
Diffstat (limited to 'src/objective-c/GRPCClient/GRPCCall.m')
-rw-r--r--src/objective-c/GRPCClient/GRPCCall.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCall.m b/src/objective-c/GRPCClient/GRPCCall.m
index 0eb10656dd..e9678f38a9 100644
--- a/src/objective-c/GRPCClient/GRPCCall.m
+++ b/src/objective-c/GRPCClient/GRPCCall.m
@@ -76,7 +76,6 @@ NSString * const kGRPCTrailersKey = @"io.grpc.TrailersKey";
NSString *_host;
NSString *_path;
GRPCWrappedCall *_wrappedCall;
- dispatch_once_t _callAlreadyInvoked;
GRPCConnectivityMonitor *_connectivityMonitor;
// The C gRPC library has less guarantees on the ordering of events than we