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

This reverts commit 698066d7e3.
0.6.9-post-fixes
Melanie 2010-06-02 18:00:44 +01:00
parent 698066d7e3
commit c38f7c96e7
1 changed files with 0 additions and 3 deletions

View File

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