aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler
diff options
context:
space:
mode:
authorGravatar Muxi Yan <muxi@users.noreply.github.com>2018-05-02 23:39:53 -0700
committerGravatar GitHub <noreply@github.com>2018-05-02 23:39:53 -0700
commit219354fb5a581f2c79c63dae527134aff7226a31 (patch)
tree36a3f0d636087944f9a4247ee38a90bbe65e1973 /src/compiler
parent1ff2e3878ff629f626b8e21c10a4d22f7c2f1baf (diff)
Revert "Provide protocol for initializer of generated messages"
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/objective_c_generator.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/objective_c_generator.cc b/src/compiler/objective_c_generator.cc
index 7d4d4d1f5a..39f68cb956 100644
--- a/src/compiler/objective_c_generator.cc
+++ b/src/compiler/objective_c_generator.cc
@@ -248,7 +248,7 @@ void PrintMethodImplementations(Printer* printer,
" */\n");
printer.Print(vars,
"@interface $service_class$ :"
- " GRPCProtoService<$service_class$, GRPCProtoServiceInit>\n");
+ " GRPCProtoService<$service_class$>\n");
printer.Print(
"- (instancetype)initWithHost:(NSString *)host"
" NS_DESIGNATED_INITIALIZER;\n");