]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Replace distanceFromPv with a better logic
[stockfish] / src / search.h
index 6f9fbd0527702516daf0c39ee30224b57a87d295..811b2e2a9460ef0437322fde8d76ce8731303eb5 100644 (file)
@@ -49,7 +49,6 @@ struct Stack {
   Value staticEval;
   int statScore;
   int moveCount;
-  int distanceFromPv;
   bool inCheck;
   bool ttPv;
   bool ttHit;