X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=b526bfe7e6e39c039f0b95d93f365b651057492c;hp=1e7dc9926ba24eb80e67c182bd5678ad710de89a;hb=c6630abe0d6f229af7d6ae788643a0e8fa1737f7;hpb=734941672ee239636d4327525243c39261a9b171 diff --git a/src/position.h b/src/position.h index 1e7dc992..b526bfe7 100644 --- a/src/position.h +++ b/src/position.h @@ -221,7 +221,6 @@ public: // Properties of moves bool pl_move_is_legal(Move m) const; bool move_is_check(Move m) const; - bool move_is_check(Move m, Bitboard dcCandidates) const; bool move_is_capture(Move m) const; bool move_is_deep_pawn_push(Move m) const; bool move_is_pawn_push_to_7th(Move m) const;