diff options
author | yang-g <yangg@google.com> | 2015-08-11 11:46:32 -0700 |
---|---|---|
committer | yang-g <yangg@google.com> | 2015-08-11 12:37:32 -0700 |
commit | 0c034a01d12753a06a3dbbe202430ff0485ab978 (patch) | |
tree | 91ceb79a19e7b3e4d2b240e036fb06c1a93f57d5 /include | |
parent | abfa427d654529dec5ad0dad790f5bf7f991ac85 (diff) |
client code clean up
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc++/client_context.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/grpc++/client_context.h b/include/grpc++/client_context.h index 34945f3282..d7fafac9b3 100644 --- a/include/grpc++/client_context.h +++ b/include/grpc++/client_context.h @@ -218,15 +218,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_; |