aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCall.m
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2019-01-09 15:22:05 -0800
committerGravatar Muxi Yan <mxyan@google.com>2019-01-09 15:22:05 -0800
commit121e04bc1e44bb684d464be6788f1c0a065b1116 (patch)
tree4c53ba9391bfe53aaaf80a796e942e0910150b08 /src/objective-c/GRPCClient/GRPCCall.m
parentd4fa274bf2994276341e47920aa46e7a009b4d10 (diff)
address comments 2
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 c0d10cacc1..e8fae09a1f 100644
--- a/src/objective-c/GRPCClient/GRPCCall.m
+++ b/src/objective-c/GRPCClient/GRPCCall.m
@@ -56,7 +56,6 @@ const char *kCFStreamVarName = "grpc_cfstream";
// Make them read-write.
@property(atomic, strong) NSDictionary *responseHeaders;
@property(atomic, strong) NSDictionary *responseTrailers;
-@property(atomic) BOOL isWaitingForToken;
- (instancetype)initWithHost:(NSString *)host
path:(NSString *)path