aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/client_context.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-08-13 13:20:31 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2015-08-13 13:20:31 -0700
commit74f4f0bb4bb5ba4140fe9d5591a1fb61323cccd5 (patch)
tree8deac4dcaa738e9e1ad68c7be46a7a9cb9d35f31 /include/grpc++/client_context.h
parent93dfab9c6ecfaa31a890c3b4657dfe5a515dacbf (diff)
parent118f65dc8c5df39872aff5f6bf269b16ce82c259 (diff)
Merge branch 'master' of github.com:grpc/grpc into compression-interop
Diffstat (limited to 'include/grpc++/client_context.h')
-rw-r--r--include/grpc++/client_context.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/grpc++/client_context.h b/include/grpc++/client_context.h
index 5137bf6a1a..915a80ddb0 100644
--- a/include/grpc++/client_context.h
+++ b/include/grpc++/client_context.h
@@ -223,15 +223,11 @@ class ClientContext {
void set_call(grpc_call* call,
const std::shared_ptr<ChannelInterface>& channel);
- grpc_completion_queue* cq() { return cq_; }
- void set_cq(grpc_completion_queue* cq) { cq_ = cq; }
-
grpc::string authority() { return authority_; }
bool initial_metadata_received_;
std::shared_ptr<ChannelInterface> channel_;
grpc_call* call_;
- grpc_completion_queue* cq_;
gpr_timespec deadline_;
grpc::string authority_;
std::shared_ptr<Credentials> creds_;