mirror of
https://github.com/opensim/opensim.git
synced 2026-05-16 11:46:04 +08:00
* Removed a bunch of compiler warnings.
This commit is contained in:
@@ -169,7 +169,7 @@ namespace OpenSim.Region.ScriptEngine.Common.ScriptEngineBase
|
||||
DoProcessQueue();
|
||||
}
|
||||
}
|
||||
catch (ThreadAbortException tae)
|
||||
catch (ThreadAbortException)
|
||||
{
|
||||
if (lastScriptEngine != null)
|
||||
lastScriptEngine.Log.Info("[" + ScriptEngineName + "]: ThreadAbortException while executing function.");
|
||||
|
||||
Reference in New Issue
Block a user