Revert "After aborting a thread, wait for it to actually finish. EXPERIMENTAL for OSG"

This reverts commit 241ed5734e.
0.6.9-post-fixes
Melanie 2010-06-02 17:39:58 +01:00
parent 241ed5734e
commit c5cfae7bac
1 changed files with 0 additions and 1 deletions

View File

@ -536,7 +536,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
if (!m_InSelfDelete)
result.Abort();
result.Wait(TimeSpan.FromSeconds(10));
lock (m_EventQueue)
{
m_CurrentResult = null;