diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 753effc..b50ccc4 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -1229,9 +1229,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
1229 | while (!shuttingdown) | 1229 | while (!shuttingdown) |
1230 | Update(); | 1230 | Update(); |
1231 | } | 1231 | } |
1232 | catch (ThreadAbortException) | ||
1233 | { | ||
1234 | } | ||
1235 | finally | 1232 | finally |
1236 | { | 1233 | { |
1237 | Monitor.Pulse(m_heartbeatLock); | 1234 | Monitor.Pulse(m_heartbeatLock); |
@@ -1409,10 +1406,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
1409 | } | 1406 | } |
1410 | } | 1407 | } |
1411 | } | 1408 | } |
1412 | catch (NotImplementedException) | ||
1413 | { | ||
1414 | throw; | ||
1415 | } | ||
1416 | catch (Exception e) | 1409 | catch (Exception e) |
1417 | { | 1410 | { |
1418 | m_log.ErrorFormat( | 1411 | m_log.ErrorFormat( |