aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/server.h
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-10-03 15:08:48 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-10-03 15:15:49 -0700
commit33382d0f537c5c793b46742089ebeb42d764ac45 (patch)
tree5e91e2a9e1d4170d4e93e77eb3438209a9073a28 /include/grpc++/server.h
parentacd64db4d97ce7db3aba34105da756576b2d6a7d (diff)
Cleanup server_cc.cc
Diffstat (limited to 'include/grpc++/server.h')
-rw-r--r--include/grpc++/server.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/grpc++/server.h b/include/grpc++/server.h
index bae83eee3f..7753013c39 100644
--- a/include/grpc++/server.h
+++ b/include/grpc++/server.h
@@ -176,12 +176,6 @@ class Server GRPC_FINAL : public ServerInterface, private GrpcLibraryCodegen {
/// \return true on a successful shutdown.
bool Start(ServerCompletionQueue** cqs, size_t num_cqs) GRPC_OVERRIDE;
- /// Process one or more incoming calls.
- void RunRpc() GRPC_OVERRIDE;
-
- /// Schedule \a RunRpc to run in the threadpool.
- void ScheduleCallback() GRPC_OVERRIDE;
-
void PerformOpsOnCall(CallOpSetInterface* ops, Call* call) GRPC_OVERRIDE;
void ShutdownInternal(gpr_timespec deadline) GRPC_OVERRIDE;