]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Skip evaluate() call after a null move
[stockfish] / src / position.h
index ff75848ecacfab4fd4dc1f4f099abc358a6c26b0..d09dce08c22a6f9fe93772cbee22b733bb13daf7 100644 (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;