Remove non-existent grpc_impl forward declaration

pull/24256/head
Vijay Pai 4 years ago committed by GitHub
parent fd42e0489a
commit c4f5bcac10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      include/grpcpp/impl/codegen/completion_queue.h

@ -44,10 +44,6 @@
struct grpc_completion_queue; struct grpc_completion_queue;
namespace grpc_impl {
class ServerContextBase;
} // namespace grpc_impl
namespace grpc { namespace grpc {
template <class R> template <class R>
class ClientReader; class ClientReader;

Loading…
Cancel
Save