]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Remove razoring
[stockfish] / src / search.h
index 790851895921c9f38d6e6c0f116a94a87f7f1f79..72d43c310dc6b44fbbe917db53bb044fef6d66bc 100644 (file)
@@ -49,6 +49,7 @@ struct Stack {
   int moveCount;
   bool inCheck;
   bool ttPv;
+  bool ttHit;
 };
 
 
@@ -70,7 +71,6 @@ struct RootMove {
   Value previousScore = -VALUE_INFINITE;
   int selDepth = 0;
   int tbRank = 0;
-  int bestMoveCount = 0;
   Value tbScore;
   std::vector<Move> pv;
 };