aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/Compiler/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Tools/Compiler/Program.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Tools/Compiler/Program.cs b/OpenSim/Tools/Compiler/Program.cs
index b010eaf..9270c96 100644
--- a/OpenSim/Tools/Compiler/Program.cs
+++ b/OpenSim/Tools/Compiler/Program.cs
@@ -38,7 +38,7 @@ namespace OpenSim.Tools.LSL.Compiler
38 class Program 38 class Program
39 { 39 {
40// Commented out because generated warning since m_positionMap could never be anything other than null 40// Commented out because generated warning since m_positionMap could never be anything other than null
41// private static Dictionary<KeyValuePair<int, int>, KeyValuePair<int, int>> m_positionMap; 41// private static Dictionary<KeyValuePair<int, int>, KeyValuePair<int, int>> m_positionMap;
42 private static CSharpCodeProvider CScodeProvider = new CSharpCodeProvider(); 42 private static CSharpCodeProvider CScodeProvider = new CSharpCodeProvider();
43 43
44 static void Main(string[] args) 44 static void Main(string[] args)
@@ -154,7 +154,7 @@ namespace OpenSim.Tools.LSL.Compiler
154 lslPos.Key - 1, lslPos.Value - 1, 154 lslPos.Key - 1, lslPos.Value - 1,
155 CompErr.ErrorNumber, text, severity); 155 CompErr.ErrorNumber, text, severity);
156 } 156 }
157 157
158 disp = "Completed with errors"; 158 disp = "Completed with errors";
159 159
160 if (!File.Exists(OutFile)) 160 if (!File.Exists(OutFile))