aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/objective_c_generator.cc
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-07-18 00:50:07 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-07-18 00:50:07 -0700
commit9fce4554358dd3cdb1ceb16e3f5f6f91a344f059 (patch)
tree1bf218e5b49a12a0bdece35e8dfb03bd0f4f1f51 /src/compiler/objective_c_generator.cc
parentf87a0984ab727e95b068237f3bb0689d9685c8ea (diff)
Fixup codegen now that GRXWriter is a class
Diffstat (limited to 'src/compiler/objective_c_generator.cc')
-rw-r--r--src/compiler/objective_c_generator.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/compiler/objective_c_generator.cc b/src/compiler/objective_c_generator.cc
index 711d0d5870..69b3805bb1 100644
--- a/src/compiler/objective_c_generator.cc
+++ b/src/compiler/objective_c_generator.cc
@@ -186,9 +186,6 @@ string GetHeader(const ServiceDescriptor *service) {
grpc::protobuf::io::StringOutputStream output_stream(&output);
Printer printer(&output_stream, '$');
- printer.Print("@protocol GRXWriteable;\n");
- printer.Print("@protocol GRXWriter;\n\n");
-
map<string, string> vars = {{"service_class", ServiceClassName(service)}};
printer.Print(vars, "@protocol $service_class$ <NSObject>\n\n");