]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.h
Drop TTClusterSize from 5 to 4
[stockfish] / src / evaluate.h
index ddae4b7e6e1f4d1b3376c24e404a9a3804a8a2e9..dcfa74e8f08638bd6a31c589465ca4b2a56e631f 100644 (file)
@@ -89,9 +89,6 @@ struct EvalInfo {
   // 2 to kingAdjacentZoneAttacksCount[BLACK].
   int kingAdjacentZoneAttacksCount[2];
 
-  // mateThreat[color] is a move for the given side which gives a direct mate.
-  Move mateThreat[2];
-
   // Middle game and endgame mobility scores
   Score mobility;