X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=a4d78571c8bd2bbbc2ebc247bbfabcf0eadd0b33;hp=d1165bb086612779795a564ed0b3affa896b7a70;hb=e0504ab876a997321102f040ab88203cb893db12;hpb=e18321f55a2f51a2bf1775200241381b63daf181 diff --git a/src/thread.h b/src/thread.h index d1165bb0..a4d78571 100644 --- a/src/thread.h +++ b/src/thread.h @@ -55,7 +55,7 @@ public: void idle_loop(); void start_searching(bool resume = false); void wait_for_search_finished(); - void wait(std::atomic_bool& b); + void wait(std::atomic_bool& condition); Pawns::Table pawnsTable; Material::Table materialTable; @@ -69,7 +69,6 @@ public: Depth rootDepth; Depth completedDepth; std::atomic_bool resetCalls; - HistoryStats history; MoveStats counterMoves; FromToStats fromTo; CounterMoveHistoryStats counterMoveHistory;