X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmovepick.h;h=7828fa19d975fb9f5e12f4e8a652d487037e6804;hb=15d47a2b3821b92c4d048f39f7f43c301299d365;hp=e032b0c7c79b33e4417b8a0409ba11d0b4861d02;hpb=85403a89bac9fe3538ae410fe651364abf78c504;p=stockfish diff --git a/src/movepick.h b/src/movepick.h index e032b0c7..7828fa19 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -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];