]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Simplify time management and fix 'ponder on' bug
[stockfish] / src / search.h
index d755f1c2e873cf907d4c13d7af6812065f9c7714..2a9a37370af7b713bc730ece27ed47ae1de066c7 100644 (file)
@@ -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<std::stack<StateInfo>> StateStackPtr;