mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Remove Thread::WORKISWAITING
Set the state directly to Thread::SEARCHING No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -68,7 +68,6 @@ struct Thread {
|
||||
enum ThreadState
|
||||
{
|
||||
AVAILABLE, // Thread is waiting for work
|
||||
WORKISWAITING, // Master has ordered us to start searching
|
||||
SEARCHING // Thread is performing work
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user