]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Assorted small cleanups
[stockfish] / src / search.h
index 806295a1100f196811c745632b26568ed0ea4445..4ad5784f8db15d7ddf7e6b2fdfdef8a9d3033b7b 100644 (file)
@@ -47,13 +47,13 @@ struct Stack {
   Move excludedMove;
   Move killers[2];
   Value staticEval;
-  Depth depth;
   int statScore;
   int moveCount;
   bool inCheck;
   bool ttPv;
   bool ttHit;
   int doubleExtensions;
+  int cutoffCnt;
 };