From c4f5bcac109fb3486ae863270d90ef9f8cd5c3f1 Mon Sep 17 00:00:00 2001 From: Vijay Pai Date: Mon, 28 Sep 2020 13:02:29 -0700 Subject: [PATCH] Remove non-existent grpc_impl forward declaration --- include/grpcpp/impl/codegen/completion_queue.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/grpcpp/impl/codegen/completion_queue.h b/include/grpcpp/impl/codegen/completion_queue.h index a3a65778f33..ca0c77276a8 100644 --- a/include/grpcpp/impl/codegen/completion_queue.h +++ b/include/grpcpp/impl/codegen/completion_queue.h @@ -44,10 +44,6 @@ struct grpc_completion_queue; -namespace grpc_impl { -class ServerContextBase; -} // namespace grpc_impl - namespace grpc { template class ClientReader;