]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
Disable per-square MVV/LVA for now
[stockfish] / src / movepick.h
index e8a32c9316cd3e836e6777f4588cf1e65f185ac7..d7c2e09bbba6fab47d73fec5fb9d52880ad6741c 100644 (file)
@@ -85,8 +85,6 @@ private:
   Move ttMove, mateKiller, killer1, killer2;
   Bitboard pinned, dc;
   MoveStack moves[256], badCaptures[64];
-  Bitboard capSquares;\r
-  int capSqValues[64];
   bool pvNode;
   Depth depth;
   int phaseIndex;