]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Assorted small cleanups
[stockfish] / src / search.h
index 8bb518325869b58c864d48ca29db32f4dfbc233a..4ad5784f8db15d7ddf7e6b2fdfdef8a9d3033b7b 100644 (file)
@@ -47,7 +47,6 @@ struct Stack {
   Move excludedMove;
   Move killers[2];
   Value staticEval;
-  Depth depth;
   int statScore;
   int moveCount;
   bool inCheck;