Revert "Next OSG TEST RELEASE. Join aborted threads."

This reverts commit 698066d7e3.
This commit is contained in:
Melanie
2010-06-02 18:00:44 +01:00
parent 698066d7e3
commit c38f7c96e7

View File

@@ -1027,10 +1027,7 @@ namespace Amib.Threading.Internal
lock (this)
{
if(currentThread != null)
{
currentThread.Abort();
currentThread.Join();
}
}
}
}