From 8ac4437d9a9453b4ce7ef79b14b81bec7fadeb22 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Tue, 23 Sep 2008 14:17:32 +0000 Subject: Add constants wrapping code from XEngine to DNE. This syncs up the parsers between the engines again. Also, committed r60 in opensim libs with the parser source changes. --- OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs') diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs index fa3e35b..d689f93 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs @@ -72,7 +72,6 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL private string FilePrefix; private string ScriptEnginesPath = "ScriptEngines"; - //private static LSL2CSConverter LSL_Converter = new LSL2CSConverter(); private static CSCodeGenerator LSL_Converter = new CSCodeGenerator(); private static Dictionary, KeyValuePair> m_positionMap; // mapping between LSL and C# line/column numbers private static CSharpCodeProvider CScodeProvider = new CSharpCodeProvider(); -- cgit v1.1