Sfoglia il codice sorgente

Removed some indentation comments in generated source code

svn path=/trunk/mcs/; revision=32617
Jochen Wezel 21 anni fa
parent
commit
153adcfc7a

+ 4 - 0
mcs/class/System/Microsoft.VisualBasic/ChangeLog

@@ -1,3 +1,7 @@
+2004-08-21  Jochen Wezel <[email protected]>
+	* VBCodeGenerator.cs: Removed some indentation commenting in generated
+	  source code
+
 2004-08-09  Jambunathan K  <[email protected]>
 	* VBCodeCompiler.cs: Regex pattern in CreateErrorFromString() now
 	  reads (?<level>error|warning) instead of (?<level>\w*). This is

+ 0 - 3
mcs/class/System/Microsoft.VisualBasic/VBCodeGenerator.cs

@@ -828,11 +828,8 @@ namespace Microsoft.VisualBasic
 		{
 			string name = ns.Name;
 			if (name != null && name != string.Empty) {
-				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;
 				Output.WriteLine ("End Namespace");
-				Output.WriteLine ("'Indent=" + Indent.ToString());
 			}
 		}