aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/config_grpc_cli.h
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2018-10-16 14:42:37 -0700
committerGravatar GitHub <noreply@github.com>2018-10-16 14:42:37 -0700
commita464b4ce3971660e81a4a7a79f3ddab6340d16e6 (patch)
tree47032ea793781a2f70bd7bff20585bb5447b0ecd /test/cpp/util/config_grpc_cli.h
parent8e626a8de1ce101bf4d1fd8856c87de1cc43f7bd (diff)
Revert "grpc_cli json support"
Diffstat (limited to 'test/cpp/util/config_grpc_cli.h')
-rw-r--r--test/cpp/util/config_grpc_cli.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/cpp/util/config_grpc_cli.h b/test/cpp/util/config_grpc_cli.h
index 1df7b36e2e..358884196d 100644
--- a/test/cpp/util/config_grpc_cli.h
+++ b/test/cpp/util/config_grpc_cli.h
@@ -40,11 +40,6 @@
#define GRPC_CUSTOM_TEXTFORMAT ::google::protobuf::TextFormat
#endif
-#ifndef GRPC_CUSTOM_JSONUTIL
-#include <google/protobuf/util/json_util.h>
-#define GRPC_CUSTOM_JSONUTIL ::google::protobuf::util
-#endif
-
#ifndef GRPC_CUSTOM_DISKSOURCETREE
#include <google/protobuf/compiler/importer.h>
#define GRPC_CUSTOM_DISKSOURCETREE ::google::protobuf::compiler::DiskSourceTree
@@ -63,8 +58,6 @@ typedef GRPC_CUSTOM_MERGEDDESCRIPTORDATABASE MergedDescriptorDatabase;
typedef GRPC_CUSTOM_TEXTFORMAT TextFormat;
-namespace json = GRPC_CUSTOM_JSONUTIL;
-
namespace compiler {
typedef GRPC_CUSTOM_DISKSOURCETREE DiskSourceTree;
typedef GRPC_CUSTOM_IMPORTER Importer;