diff options
-rw-r--r-- | src/scheduler.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/scheduler.cpp b/src/scheduler.cpp index c4bd47310b..8f69bc31bf 100644 --- a/src/scheduler.cpp +++ b/src/scheduler.cpp @@ -30,9 +30,6 @@ void CScheduler::serviceQueue() // is called. while (!shouldStop()) { try { - if (!shouldStop() && taskQueue.empty()) { - REVERSE_LOCK(lock); - } while (!shouldStop() && taskQueue.empty()) { // Wait until there is something to do. newTaskScheduled.wait(lock); |