X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=d06ca8f3bfd98ed3f4755ad0e0571836ba502b15;hp=5a72d6b06d391eb3b9fc826f3c07eca4d9f5c6e1;hb=9a542d96981e6cb45b6b01f17258a078cf27da36;hpb=cd27ed9a7460ccfa6106b190f46beb89c2f3150d diff --git a/src/search.cpp b/src/search.cpp index 5a72d6b0..d06ca8f3 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -2241,8 +2241,6 @@ void ThreadsManager::idle_loop(int threadID, SplitPoint* sp) { // In helpful master concept a master can help only a sub-tree, and // because here is all finished is not possible master is booked. assert(threads[threadID].state == Thread::AVAILABLE); - - threads[threadID].state = Thread::SEARCHING; return; } }