mirror of
https://github.com/opensim/opensim.git
synced 2026-05-20 15:18:44 +08:00
* Removed a bunch of compiler warnings.
This commit is contained in:
@@ -116,7 +116,7 @@ namespace OpenSim.Region.ScriptEngine.Common.ScriptEngineBase
|
||||
MaintenanceThreadThread.Abort();
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch (Exception)
|
||||
{
|
||||
//m_ScriptEngine.Log.Error("[" + m_ScriptEngine.ScriptEngineName + "]: Exception stopping maintenence thread: " + ex.ToString());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user