From 153adcfc7a57baed5aa4159bd17e02f2c5fa51eb Mon Sep 17 00:00:00 2001 From: Jochen Wezel Date: Sat, 21 Aug 2004 08:51:53 +0000 Subject: [PATCH] Removed some indentation comments in generated source code svn path=/trunk/mcs/; revision=32617 --- mcs/class/System/Microsoft.VisualBasic/ChangeLog | 4 ++++ mcs/class/System/Microsoft.VisualBasic/VBCodeGenerator.cs | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/mcs/class/System/Microsoft.VisualBasic/ChangeLog b/mcs/class/System/Microsoft.VisualBasic/ChangeLog index 1d31f6261ff..28281737876 100644 --- a/mcs/class/System/Microsoft.VisualBasic/ChangeLog +++ b/mcs/class/System/Microsoft.VisualBasic/ChangeLog @@ -1,3 +1,7 @@ +2004-08-21 Jochen Wezel + * VBCodeGenerator.cs: Removed some indentation commenting in generated + source code + 2004-08-09 Jambunathan K * VBCodeCompiler.cs: Regex pattern in CreateErrorFromString() now reads (?error|warning) instead of (?\w*). This is diff --git a/mcs/class/System/Microsoft.VisualBasic/VBCodeGenerator.cs b/mcs/class/System/Microsoft.VisualBasic/VBCodeGenerator.cs index b8d504a1504..b8afe8d443f 100644 --- a/mcs/class/System/Microsoft.VisualBasic/VBCodeGenerator.cs +++ b/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()); } } -- 2.25.1