Pārlūkot izejas kodu

Remove non-existent grpc_impl forward declaration

Vijay Pai 5 gadi atpakaļ
vecāks
revīzija
c4f5bcac10
1 mainītis faili ar 0 papildinājumiem un 4 dzēšanām
  1. 0 4
      include/grpcpp/impl/codegen/completion_queue.h

+ 0 - 4
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 R>
 class ClientReader;