]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Do not pass pinned argument in Position::move_is_check()
[stockfish] / src / position.h
index 1e7dc9926ba24eb80e67c182bd5678ad710de89a..b526bfe7e6e39c039f0b95d93f365b651057492c 100644 (file)
@@ -221,7 +221,6 @@ public:
   // Properties of moves
   bool pl_move_is_legal(Move m) const;
   bool move_is_check(Move m) const;
   // 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;
   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;