aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/ScriptEngine/ComponentLoader.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-09-21 20:56:39 +0000
committerJustin Clarke Casey2008-09-21 20:56:39 +0000
commit451bd5a0ca87987759d82df681b66da499d41191 (patch)
treed7eb0c0c4ddb835bb76317c6891e12c60c8ef864 /OpenSim/ApplicationPlugins/ScriptEngine/ComponentLoader.cs
parentMantis#2233. Thank you kindly, Idb, for a patch that solves: (diff)
downloadopensim-SC_OLD-451bd5a0ca87987759d82df681b66da499d41191.zip
opensim-SC_OLD-451bd5a0ca87987759d82df681b66da499d41191.tar.gz
opensim-SC_OLD-451bd5a0ca87987759d82df681b66da499d41191.tar.bz2
opensim-SC_OLD-451bd5a0ca87987759d82df681b66da499d41191.tar.xz
* minor: warnings removal
Diffstat (limited to 'OpenSim/ApplicationPlugins/ScriptEngine/ComponentLoader.cs')
-rw-r--r--OpenSim/ApplicationPlugins/ScriptEngine/ComponentLoader.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/ScriptEngine/ComponentLoader.cs b/OpenSim/ApplicationPlugins/ScriptEngine/ComponentLoader.cs
index 0aa0525..d2e3cd0 100644
--- a/OpenSim/ApplicationPlugins/ScriptEngine/ComponentLoader.cs
+++ b/OpenSim/ApplicationPlugins/ScriptEngine/ComponentLoader.cs
@@ -40,10 +40,10 @@ namespace OpenSim.ApplicationPlugins.ScriptEngine
40 internal class ComponentLoader 40 internal class ComponentLoader
41 { 41 {
42 internal static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 42 internal static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
43 private ScriptEnginePlugin scriptEnginePlugin; 43 //private ScriptEnginePlugin scriptEnginePlugin;
44 public ComponentLoader(ScriptEnginePlugin sep) 44 public ComponentLoader(ScriptEnginePlugin sep)
45 { 45 {
46 scriptEnginePlugin = sep; 46 //scriptEnginePlugin = sep;
47 } 47 }
48 48
49 /// <summary> 49 /// <summary>