]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Remove HistoryStats
[stockfish] / src / thread.h
index d1165bb086612779795a564ed0b3affa896b7a70..a4d78571c8bd2bbbc2ebc247bbfabcf0eadd0b33 100644 (file)
@@ -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;