X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fthreadproj.cpp;fp=src%2Fthreadproj.cpp;h=b44cc26110b45aa2a544861c32aa9404c56fa4bb;hb=d77c9d135405e077047ef3426a54470c144cdd34;hp=9927d0be17411c0aa429111c6b0497ef7a379b90;hpb=793b8154fdc069e43a939852657e89847d01ee77;p=ctsim.git diff --git a/src/threadproj.cpp b/src/threadproj.cpp index 9927d0b..b44cc26 100644 --- a/src/threadproj.cpp +++ b/src/threadproj.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2001 Kevin Rosenberg ** -** $Id: threadproj.cpp,v 1.13 2001/03/04 22:30:20 kevin Exp $ +** $Id: threadproj.cpp,v 1.14 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 @@ -87,10 +87,6 @@ ProjectorSupervisorThread::Entry() projSupervisor.onDone(); projSupervisor.deleteWorkers(); - while (! projSupervisor.workersDeleted()) { - Sleep(50); - } - return reinterpret_cast(0); }