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