Commit 1313cbdf authored by csharptest's avatar csharptest Committed by Grigand

Removed commented line

parent 2d887330
...@@ -138,7 +138,6 @@ namespace Google.ProtocolBuffers.ProtoGen ...@@ -138,7 +138,6 @@ namespace Google.ProtocolBuffers.ProtoGen
private void WriteIntroduction(TextGenerator writer) private void WriteIntroduction(TextGenerator writer)
{ {
//writer.WriteLine("// <auto-generated />");
writer.WriteLine("// Generated by {0}. DO NOT EDIT!", this.GetType().Assembly.FullName); writer.WriteLine("// Generated by {0}. DO NOT EDIT!", this.GetType().Assembly.FullName);
writer.WriteLine("#pragma warning disable 1591"); writer.WriteLine("#pragma warning disable 1591");
writer.WriteLine("#region Designer generated code"); writer.WriteLine("#region Designer generated code");
......
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