From ae0516feced30519fc64af8e3f2ce198ede24a3d Mon Sep 17 00:00:00 2001 From: Vijay Pai Date: Wed, 7 Jul 2021 14:25:42 -0700 Subject: [PATCH] Remove some EXPERIMENTAL comments (#26618) * Remove some EXPERIMENTAL comments * Update server_interface.h --- include/grpcpp/impl/codegen/channel_interface.h | 1 - include/grpcpp/impl/codegen/server_interface.h | 1 - 2 files changed, 2 deletions(-) diff --git a/include/grpcpp/impl/codegen/channel_interface.h b/include/grpcpp/impl/codegen/channel_interface.h index 324c10d17d7..ac82e2f650b 100644 --- a/include/grpcpp/impl/codegen/channel_interface.h +++ b/include/grpcpp/impl/codegen/channel_interface.h @@ -156,7 +156,6 @@ class ChannelInterface { return internal::Call(); } - // EXPERIMENTAL // A method to get the callbackable completion queue associated with this // channel. If the return value is nullptr, this channel doesn't support // callback operations. diff --git a/include/grpcpp/impl/codegen/server_interface.h b/include/grpcpp/impl/codegen/server_interface.h index ac87b276cd3..0cea47ee372 100644 --- a/include/grpcpp/impl/codegen/server_interface.h +++ b/include/grpcpp/impl/codegen/server_interface.h @@ -354,7 +354,6 @@ class ServerInterface : public internal::CallHook { return nullptr; } - // EXPERIMENTAL // A method to get the callbackable completion queue associated with this // server. If the return value is nullptr, this server doesn't support // callback operations.