diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/ScriptEngineBase/ScriptManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/ScriptEngineBase/ScriptManager.cs b/OpenSim/Region/ScriptEngine/Common/ScriptEngineBase/ScriptManager.cs index f5de967..9d1cd6c 100644 --- a/OpenSim/Region/ScriptEngine/Common/ScriptEngineBase/ScriptManager.cs +++ b/OpenSim/Region/ScriptEngine/Common/ScriptEngineBase/ScriptManager.cs | |||
@@ -138,8 +138,8 @@ namespace OpenSim.Region.ScriptEngine.Common.ScriptEngineBase | |||
138 | } | 138 | } |
139 | } | 139 | } |
140 | 140 | ||
141 | private static int privateThreadCount = 0; | ||
142 | // TODO: unused | 141 | // TODO: unused |
142 | // private static int privateThreadCount = 0; | ||
143 | // private Thread StartScriptLoadUnloadThread() | 143 | // private Thread StartScriptLoadUnloadThread() |
144 | // { | 144 | // { |
145 | // Thread t = new Thread(ScriptLoadUnloadThreadLoop); | 145 | // Thread t = new Thread(ScriptLoadUnloadThreadLoop); |