aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2016-06-20 14:08:03 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2016-06-20 14:08:03 -0700
commitca3e9c82062f1613b2abe01f68c81c3e673bb73e (patch)
tree9fa085f27fb855be203116c7aae7edd7d2321717 /src/objective-c/GRPCClient
parent36a58a7928e6a10b44b6cffdc118337ef7e0b8c1 (diff)
parent1468d4b8d5873e3f210d391ff1b74eac13436fe9 (diff)
Merge remote-tracking branch 'upstream/master' into ios-test
Diffstat (limited to 'src/objective-c/GRPCClient')
-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