aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-11-29 16:43:00 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2017-11-29 16:43:00 -0800
commit14b27b847d8aecdc34c71d788670a4517313d651 (patch)
tree0f5108d2c6c8c28936595f9b0ffe17f6a7e9d7b3 /include/grpc++
parentbf51c97fd67c0cefc49791b698b1baa0b5020bed (diff)
parentaa358d5e43d0a23301f79b1dcff292a480980769 (diff)
Merge commit 'aa358d5e43' into no-more-extern-c
Diffstat (limited to 'include/grpc++')
-rw-r--r--include/grpc++/impl/codegen/core_codegen_interface.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/grpc++/impl/codegen/core_codegen_interface.h b/include/grpc++/impl/codegen/core_codegen_interface.h
index 1949cdab76..d7ad7a4b57 100644
--- a/include/grpc++/impl/codegen/core_codegen_interface.h
+++ b/include/grpc++/impl/codegen/core_codegen_interface.h
@@ -25,10 +25,6 @@
#include <grpc/impl/codegen/grpc_types.h>
#include <grpc/impl/codegen/sync.h>
-extern "C" {
-struct grpc_byte_buffer;
-}
-
namespace grpc {
/// Interface between the codegen library and the minimal subset of core