Removed some indentation comments in generated source code
authorJochen Wezel <jochen@mono-cvs.ximian.com>
Sat, 21 Aug 2004 08:51:53 +0000 (08:51 -0000)
committerJochen Wezel <jochen@mono-cvs.ximian.com>
Sat, 21 Aug 2004 08:51:53 +0000 (08:51 -0000)
svn path=/trunk/mcs/; revision=32617

mcs/class/System/Microsoft.VisualBasic/ChangeLog
mcs/class/System/Microsoft.VisualBasic/VBCodeGenerator.cs

index 1d31f6261ff65eef0b89c5ffcb04c6fe1e64a790..2828173787635e8e9dbf49d8078ea0d53737c749 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-21  Jochen Wezel <jwezel@compumaster.de>
+       * VBCodeGenerator.cs: Removed some indentation commenting in generated
+         source code
+
 2004-08-09  Jambunathan K  <kjambunathan@novell.com>
        * VBCodeCompiler.cs: Regex pattern in CreateErrorFromString() now
          reads (?<level>error|warning) instead of (?<level>\w*). This is
index b8d504a150473f659195b2a57597c5cc5b7424bc..b8afe8d443fb5c8a8330ec10cf7a65266d5c8a25 100644 (file)
@@ -828,11 +828,8 @@ namespace Microsoft.VisualBasic
                {\r
                        string name = ns.Name;\r
                        if (name != null && name != string.Empty) {\r
-                               Output.WriteLine ("'Why is the indentation not working correctly here? --> see in mcs/class/System/Micrisoft.VisualBasic/VBCodeGenerator.cs");
-                               Output.WriteLine ("'Indent=" + Indent.ToString());
                                --Indent;\r
                                Output.WriteLine ("End Namespace");\r
-                               Output.WriteLine ("'Indent=" + Indent.ToString());
                        }\r
                }\r
 \r