X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=2a9a37370af7b713bc730ece27ed47ae1de066c7;hp=d755f1c2e873cf907d4c13d7af6812065f9c7714;hb=69240a982d8c3a2d01fab04c284be43853ab2bc9;hpb=79f393084af73655c869af126281bb2a7c2cc396 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;