r607: *** empty log message ***
[ctsim.git] / src / threadrecon.cpp
index 0ec059bbcb2293be950c8731d8b29878deafe068..a3134a337d393f9abc1f707d19a78dced8039f55 100644 (file)
@@ -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<wxThread::ExitCode>(0);
 }