]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.h
There is no need of storing mobility in EvalInfo
[stockfish] / src / evaluate.h
index 75e1f9150cc77958014207a4f81b21ecd9e1e6b4..18362eaa8fdd76f7d0687c0acd85f26cce652af0 100644 (file)
@@ -89,9 +89,6 @@ struct EvalInfo {
   // 2 to kingAdjacentZoneAttacksCount[BLACK].
   int kingAdjacentZoneAttacksCount[2];
 
-  // Middle game and endgame mobility scores
-  Score mobility;
-
   // Value of the danger for the king of the given color
   Value kingDanger[2];
 };