aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/server.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-02-09 15:25:21 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-02-09 15:25:21 -0800
commit1d2e21962ea2e70ab17c10868f1bf2acec2fde33 (patch)
tree76acfe37cc9bcee4d45157c521e70fa2ab74c90e /include/grpc++/server.h
parent061754a483a1b56fe24649ae2be68ffa613a643f (diff)
Server progress
Diffstat (limited to 'include/grpc++/server.h')
-rw-r--r--include/grpc++/server.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/grpc++/server.h b/include/grpc++/server.h
index ae86683f0b..670ffa7815 100644
--- a/include/grpc++/server.h
+++ b/include/grpc++/server.h
@@ -80,7 +80,6 @@ class Server {
// Start the server.
bool Start();
- void AllowOneRpc();
void HandleQueueClosed();
void RunRpc();
void ScheduleCallback();