aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ScriptEngine/Components/DotNetEngine/Compilers
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-10 19:06:01 +0000
committerJustin Clarke Casey2008-11-10 19:06:01 +0000
commit0f22013ae40e49412684903503005519144dc245 (patch)
treec8df0a1fec4c65cb3838bb88a8a7e90318276ffe /OpenSim/ScriptEngine/Components/DotNetEngine/Compilers
parent* Extend basic scene test to retrieve the object from the scene and match uuids (diff)
downloadopensim-SC_OLD-0f22013ae40e49412684903503005519144dc245.zip
opensim-SC_OLD-0f22013ae40e49412684903503005519144dc245.tar.gz
opensim-SC_OLD-0f22013ae40e49412684903503005519144dc245.tar.bz2
opensim-SC_OLD-0f22013ae40e49412684903503005519144dc245.tar.xz
minor: remove mono compiler warnings
Diffstat (limited to 'OpenSim/ScriptEngine/Components/DotNetEngine/Compilers')
-rw-r--r--OpenSim/ScriptEngine/Components/DotNetEngine/Compilers/CILCompiler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ScriptEngine/Components/DotNetEngine/Compilers/CILCompiler.cs b/OpenSim/ScriptEngine/Components/DotNetEngine/Compilers/CILCompiler.cs
index 4b0e679..bff1879 100644
--- a/OpenSim/ScriptEngine/Components/DotNetEngine/Compilers/CILCompiler.cs
+++ b/OpenSim/ScriptEngine/Components/DotNetEngine/Compilers/CILCompiler.cs
@@ -109,7 +109,7 @@ namespace OpenSim.ScriptEngine.Components.DotNetEngine.Compilers
109 109
110 CompilerParameters parameters = new CompilerParameters(); 110 CompilerParameters parameters = new CompilerParameters();
111 parameters.IncludeDebugInformation = true; 111 parameters.IncludeDebugInformation = true;
112 string rootPath = Path.GetDirectoryName(AppDomain.CurrentDomain.BaseDirectory); 112 //string rootPath = Path.GetDirectoryName(AppDomain.CurrentDomain.BaseDirectory);
113 113
114 foreach (string file in AppDomainAssemblies) 114 foreach (string file in AppDomainAssemblies)
115 { 115 {