aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/config.h
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-03-13 18:36:39 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-03-13 18:36:39 +0100
commit613d6fe997c8744f76f23a5819f6613ec3b288c2 (patch)
treeb6a4c89e370793a085d525081e3e9ec7a97c5566 /src/compiler/config.h
parentd446eb86fae18df3c473c96676da5bcf4f69178c (diff)
Moving ZeroCopyOutputStream to grpc++/config.h.
Diffstat (limited to 'src/compiler/config.h')
-rw-r--r--src/compiler/config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/compiler/config.h b/src/compiler/config.h
index dc8803ceab..e81de8d6c8 100644
--- a/src/compiler/config.h
+++ b/src/compiler/config.h
@@ -54,12 +54,10 @@
#ifndef GRPC_CUSTOM_PRINTER
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/io/printer.h>
-#include <google/protobuf/io/zero_copy_stream.h>
#include <google/protobuf/io/zero_copy_stream_impl_lite.h>
#define GRPC_CUSTOM_PRINTER ::google::protobuf::io::Printer
#define GRPC_CUSTOM_CODEDOUTPUTSTREAM ::google::protobuf::io::CodedOutputStream
#define GRPC_CUSTOM_STRINGOUTPUTSTREAM ::google::protobuf::io::StringOutputStream
-#define GRPC_CUSTOM_ZEROCOPYOUTPUTSTREAM ::google::protobuf::io::ZeroCopyOutputStream
#endif
#ifndef GRPC_CUSTOM_PLUGINMAIN
@@ -85,7 +83,6 @@ namespace io {
typedef GRPC_CUSTOM_PRINTER Printer;
typedef GRPC_CUSTOM_CODEDOUTPUTSTREAM CodedOutputStream;
typedef GRPC_CUSTOM_STRINGOUTPUTSTREAM StringOutputStream;
-typedef GRPC_CUSTOM_ZEROCOPYOUTPUTSTREAM ZeroCopyOutputStream;
} // namespace io
} // namespace protobuf
} // namespace grpc