X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Fthreadrecon.cpp;h=a3134a337d393f9abc1f707d19a78dced8039f55;hb=d77c9d135405e077047ef3426a54470c144cdd34;hp=0ec059bbcb2293be950c8731d8b29878deafe068;hpb=793b8154fdc069e43a939852657e89847d01ee77;p=ctsim.git diff --git a/src/threadrecon.cpp b/src/threadrecon.cpp index 0ec059b..a3134a3 100644 --- a/src/threadrecon.cpp +++ b/src/threadrecon.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2001 Kevin Rosenberg ** -** $Id: threadrecon.cpp,v 1.20 2001/03/04 22:30:20 kevin Exp $ +** $Id: threadrecon.cpp,v 1.21 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 @@ ReconstructorSupervisorThread::Entry() reconSupervisor.onDone(); reconSupervisor.deleteWorkers(); - while (! reconSupervisor.workersDeleted()) { - Sleep(50); - } - return reinterpret_cast(0); }