Skip to content

Commit 4bf83b2

Browse files
committed
Merge pull request #6171
bdcf5de Fix intermittent hang issue in scheduler_tests (Wladimir J. van der Laan)
2 parents 0d862c2 + bdcf5de commit 4bf83b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/scheduler.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ void CScheduler::serviceQueue()
2929
{
3030
boost::unique_lock<boost::mutex> lock(newTaskMutex);
3131
++nThreadsServicingQueue;
32-
stopRequested = false;
33-
stopWhenEmpty = false;
3432

3533
// newTaskMutex is locked throughout this loop EXCEPT
3634
// when the thread is waiting or when the user's function

0 commit comments

Comments
 (0)