Remove some pointless catching/throwing in the scene loop.
parent
6e8496ffc5
commit
26f50eadd1
|
@ -1191,9 +1191,6 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
|
||||
// m_lastUpdate = Util.EnvironmentTickCount();
|
||||
// m_firstHeartbeat = false;
|
||||
}
|
||||
catch (ThreadAbortException)
|
||||
{
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
@ -1365,10 +1362,6 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
}
|
||||
}
|
||||
}
|
||||
catch (NotImplementedException)
|
||||
{
|
||||
throw;
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
m_log.ErrorFormat(
|
||||
|
|
Loading…
Reference in New Issue