aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler
diff options
context:
space:
mode:
authorGravatar Nate Kibler <nkibler@google.com>2015-09-25 11:56:05 -0700
committerGravatar Nate Kibler <nkibler@google.com>2015-09-25 11:56:05 -0700
commit2d32771a1b82400877d1aefe01c82705a3e10a7b (patch)
tree1a155ad8ce9a3bc9cd8a61dfd7bf811ad3b42997 /src/compiler
parent8d282a2f45b38899c7574d1304576283e95cc955 (diff)
Removed comment from code generation and updated tests
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/objective_c_generator.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/objective_c_generator.cc b/src/compiler/objective_c_generator.cc
index 9eed78c961..ff092053ad 100644
--- a/src/compiler/objective_c_generator.cc
+++ b/src/compiler/objective_c_generator.cc
@@ -241,7 +241,6 @@ void PrintMethodImplementations(Printer *printer,
printer.Print(" serviceName:(NSString *)serviceName {\n");
printer.Print(" return [self initWithHost:host];\n");
printer.Print("}\n\n");
- printer.Print("// Class factory method\n");
printer.Print("+ (instancetype)serviceWithHost:(NSString *)host {\n");
printer.Print(" return [[self alloc] initWithHost:host];\n");
printer.Print("}\n\n\n");