mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 12:07:43 +00:00
Remove a bogus assert
It is not true with old 1.6.xx code Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -2810,8 +2810,6 @@ namespace {
|
|||||||
// If this thread has been assigned work, launch a search
|
// If this thread has been assigned work, launch a search
|
||||||
if (Threads[threadID].workIsWaiting)
|
if (Threads[threadID].workIsWaiting)
|
||||||
{
|
{
|
||||||
assert(!Threads[threadID].idle);
|
|
||||||
|
|
||||||
Threads[threadID].workIsWaiting = false;
|
Threads[threadID].workIsWaiting = false;
|
||||||
if (Threads[threadID].splitPoint->pvNode)
|
if (Threads[threadID].splitPoint->pvNode)
|
||||||
sp_search_pv(Threads[threadID].splitPoint, threadID);
|
sp_search_pv(Threads[threadID].splitPoint, threadID);
|
||||||
|
|||||||
Reference in New Issue
Block a user