X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=2a9a37370af7b713bc730ece27ed47ae1de066c7;hp=d755f1c2e873cf907d4c13d7af6812065f9c7714;hb=69240a982d8c3a2d01fab04c284be43853ab2bc9;hpb=7904a7d930d4979fcd0bf13d48a6504f97f39a54 diff --git a/src/search.h b/src/search.h index d755f1c2..2a9a3737 100644 --- a/src/search.h +++ b/src/search.h @@ -93,7 +93,7 @@ struct LimitsType { /// typically in an async fashion e.g. to stop the search by the GUI. struct SignalsType { - std::atomic_bool stop, stopOnPonderhit, firstRootMove, failedLowAtRoot; + std::atomic_bool stop, stopOnPonderhit; }; typedef std::unique_ptr> StateStackPtr;