aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/server.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-13 09:25:44 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-13 09:25:44 -0700
commita103f7bbdfd1d8834d8386644d7f5e2d7b8d1a90 (patch)
tree46fac5bf0cfc120663e8e17b32619631b632eb0b /include/grpc++/server.h
parentd9467513768638d5f5c1bbd7c6759df83436950c (diff)
update comments
Diffstat (limited to 'include/grpc++/server.h')
-rw-r--r--include/grpc++/server.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/grpc++/server.h b/include/grpc++/server.h
index af90a5c70b..6d5f89d360 100644
--- a/include/grpc++/server.h
+++ b/include/grpc++/server.h
@@ -177,8 +177,6 @@ class Server final : public ServerInterface, private GrpcLibraryCodegen {
/// caller is required to keep all completion queues live until the server is
/// destroyed.
/// \param num_cqs How many completion queues does \a cqs hold.
- ///
- /// \return true on a successful shutdown.
void Start(ServerCompletionQueue** cqs, size_t num_cqs) override;
void PerformOpsOnCall(CallOpSetInterface* ops, Call* call) override;