core(parallel_for): fix data race

This commit is contained in:
Alexander Alekhin 2018-02-06 17:56:58 +03:00
parent b10fedde56
commit 914f57f28d

View File

@ -476,7 +476,6 @@ void WorkerThread::thread_body()
}
else
{
has_wake_signal = false;
CV_LOG_VERBOSE(NULL, 5, "Thread: no free job tasks");
}
}