Merge pull request #6905 from makdharma/2868

Fixes #2868
pull/6949/head
Jan Tattermusch 9 years ago committed by GitHub
commit bd8d64a778
  1. 1
      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

Loading…
Cancel
Save