mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Retire move_attacks_square()
There is only one call site. This patch is a preparation for the next one that will affect functionality. No functional change.
This commit is contained in:
@@ -137,7 +137,6 @@ public:
|
||||
|
||||
// Properties of moves
|
||||
bool move_gives_check(Move m, const CheckInfo& ci) const;
|
||||
bool move_attacks_square(Move m, Square s) const;
|
||||
bool move_is_legal(const Move m) const;
|
||||
bool pl_move_is_legal(Move m, Bitboard pinned) const;
|
||||
bool is_pseudo_legal(const Move m) const;
|
||||
|
||||
Reference in New Issue
Block a user