X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=26aed392fd34bf1977eb7f1edf7366ffbad67787;hp=66df55b5473d060f6e6db2f68ebec1ab25455ecd;hb=eb50793cffd8ac059450a76760e2c3f8ae9cc931;hpb=7e3dba4f4ca6166068946552ec5720a179175f62 diff --git a/src/thread.h b/src/thread.h index 66df55b5..26aed392 100644 --- a/src/thread.h +++ b/src/thread.h @@ -117,7 +117,6 @@ struct Thread : public ThreadBase { bool cutoff_occurred() const; bool available_to(const Thread* master) const; - template void split(Position& pos, const Search::Stack* ss, Value alpha, Value beta, Value* bestValue, Move* bestMove, Depth depth, int moveCount, MovePicker* movePicker, int nodeType, bool cutNode); @@ -166,7 +165,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;