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:
Marco Costalba
2012-10-30 19:56:19 +01:00
parent 13f90a30ef
commit 4e31c39a64
3 changed files with 23 additions and 42 deletions

View File

@@ -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;