aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen
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++/impl/codegen
parentd9467513768638d5f5c1bbd7c6759df83436950c (diff)
update comments
Diffstat (limited to 'include/grpc++/impl/codegen')
-rw-r--r--include/grpc++/impl/codegen/server_interface.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/grpc++/impl/codegen/server_interface.h b/include/grpc++/impl/codegen/server_interface.h
index 7975011704..31d55529ef 100644
--- a/include/grpc++/impl/codegen/server_interface.h
+++ b/include/grpc++/impl/codegen/server_interface.h
@@ -122,8 +122,6 @@ class ServerInterface : public CallHook {
/// 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.
virtual void Start(ServerCompletionQueue** cqs, size_t num_cqs) = 0;
virtual void ShutdownInternal(gpr_timespec deadline) = 0;