X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Fthreadraster.cpp;fp=src%2Fthreadraster.cpp;h=f1678ce613d79b0dd92416426e8d9e3f43b5b411;hb=d77c9d135405e077047ef3426a54470c144cdd34;hp=3b90791c4b2275bfd6c4910b103fdb5f97c540c6;hpb=793b8154fdc069e43a939852657e89847d01ee77;p=ctsim.git diff --git a/src/threadraster.cpp b/src/threadraster.cpp index 3b90791..f1678ce 100644 --- a/src/threadraster.cpp +++ b/src/threadraster.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2001 Kevin Rosenberg ** -** $Id: threadraster.cpp,v 1.8 2001/03/04 22:30:20 kevin Exp $ +** $Id: threadraster.cpp,v 1.9 2001/03/05 17:26:46 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -86,10 +86,6 @@ RasterizerSupervisorThread::Entry() if (! pRasterSupervisor->cancelled()) pRasterSupervisor->onDone(); pRasterSupervisor->deleteWorkers(); - while (! pRasterSupervisor->workersDeleted()) { - Sleep(50); - } - delete pRasterSupervisor; return reinterpret_cast(0); }