]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
Remove recaptures stage in qsearch
[stockfish] / src / movepick.h
index e032b0c7c79b33e4417b8a0409ba11d0b4861d02..7828fa19d975fb9f5e12f4e8a652d487037e6804 100644 (file)
@@ -152,8 +152,7 @@ class MovePicker {
                const ButterflyHistory*,
                const CapturePieceToHistory*,
                const PieceToHistory**,
-               const PawnHistory*,
-               Square);
+               const PawnHistory*);
     MovePicker(const Position&, Move, Value, const CapturePieceToHistory*);
     Move next_move(bool skipQuiets = false);
 
@@ -173,7 +172,6 @@ class MovePicker {
     Move                         ttMove;
     ExtMove                      refutations[3], *cur, *endMoves, *endBadCaptures;
     int                          stage;
-    Square                       recaptureSquare;
     Value                        threshold;
     Depth                        depth;
     ExtMove                      moves[MAX_MOVES];