aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/server.h
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-08-22 17:48:41 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-08-22 17:48:41 -0700
commit509ee4c11127700986ceb05c020d2ceef5667852 (patch)
treed67d7df72fe77f8b41a8220dd68dfad02aa482e7 /include/grpc++/server.h
parentcc357bf74e27888a354f361ad3b66e4e2b565dbc (diff)
Remove the API to return the underlying completion queue. This API is no
longer needed
Diffstat (limited to 'include/grpc++/server.h')
-rw-r--r--include/grpc++/server.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/grpc++/server.h b/include/grpc++/server.h
index 6876961e21..87536edbe8 100644
--- a/include/grpc++/server.h
+++ b/include/grpc++/server.h
@@ -96,9 +96,6 @@ class Server GRPC_FINAL : public ServerInterface, private GrpcLibraryCodegen {
// Returns a \em raw pointer to the underlying grpc_server instance.
grpc_server* c_server();
- // Returns a \em raw pointer to the underlying CompletionQueue.
- CompletionQueue* completion_queue();
-
private:
friend class AsyncGenericService;
friend class ServerBuilder;