Commit 541686c8 authored by csharptest's avatar csharptest Committed by rogerk

Removed left-over commented code

parent b5ba93bf
......@@ -704,13 +704,6 @@ namespace Google.ProtocolBuffers.ProtoGen
writer.WriteLine("switch (tag) {");
writer.Indent();
writer.WriteLine("case 0: {"); // 0 signals EOF / limit reached
//if (!UseLiteRuntime)
//{
// writer.WriteLine(" if (unknownFields != null) {");
// writer.WriteLine(" this.UnknownFields = unknownFields.Build();");
// writer.WriteLine(" }");
//}
//writer.WriteLine(" return this;");
writer.WriteLine(" throw pb::InvalidProtocolBufferException.InvalidTag();");
writer.WriteLine("}");
writer.WriteLine("default: {");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment