X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=356543123e3558f735be820b04f05d92d074a19f;hp=66df55b5473d060f6e6db2f68ebec1ab25455ecd;hb=9f843adf8972f3b561fc75d5d874ff21063a9f9d;hpb=bfd8704a7d477a3a4d3ded55e263e7fcea2715aa diff --git a/src/thread.h b/src/thread.h index 66df55b5..35654312 100644 --- a/src/thread.h +++ b/src/thread.h @@ -166,7 +166,6 @@ struct ThreadPool : public std::vector { void wait_for_think_finished(); void start_thinking(const Position&, const Search::LimitsType&, Search::StateStackPtr&); - bool sleepWhileIdle; Depth minimumSplitDepth; Mutex mutex; ConditionVariable sleepCondition;