Do not pass pinned argument in Position::move_is_check()

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2009-02-19 17:01:08 +01:00
parent 734941672e
commit c6630abe0d
3 changed files with 10 additions and 18 deletions
-1
View File
@@ -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;