]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
Retire mateKiller
[stockfish] / src / movepick.h
index fdbd834e43742e63edea39f16cd0bc77a793657f..9bab654798a3819a9e760d78508669748a7af764 100644 (file)
@@ -53,7 +53,8 @@ private:
 
   const Position& pos;
   const History& H;
 
   const Position& pos;
   const History& H;
-  MoveStack ttMoves[2], killers[2];
+  Move ttMove;
+  MoveStack killers[2];
   int badCaptureThreshold, phase;
   const uint8_t* phasePtr;
   MoveStack *curMove, *lastMove, *lastGoodNonCapture, *badCaptures;
   int badCaptureThreshold, phase;
   const uint8_t* phasePtr;
   MoveStack *curMove, *lastMove, *lastGoodNonCapture, *badCaptures;