aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-01-14 18:00:04 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-01-15 16:49:16 -0800
commit44f3249018480c7ef14ff5fdc4a13462124c34e6 (patch)
tree8ba6abd9cc53b7ad3986d5341fb50bb3a86a812e /src/compiler
parentec0d07f58e054e0043168e8aba8f6755ac8706ca (diff)
Introduced ServerInterface
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/cpp_generator.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/cpp_generator.cc b/src/compiler/cpp_generator.cc
index af13e2efaa..e182d61ab2 100644
--- a/src/compiler/cpp_generator.cc
+++ b/src/compiler/cpp_generator.cc
@@ -123,7 +123,6 @@ grpc::string GetHeaderIncludes(const grpc::protobuf::FileDescriptor *file,
"\n"
"namespace grpc {\n"
"class CompletionQueue;\n"
- "class Channel;\n"
"class RpcService;\n"
"class ServerCompletionQueue;\n"
"class ServerContext;\n"