X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=80e42aa8ff5c33536b3af1d5f854eb45b6fe60a6;hp=a19911ab6035a5efb5013471e4d903b7d66e75a7;hb=8e71ee7ec6c1634af5d17f8ba43049f85ef42c53;hpb=9bee5f51d811fb5c2e11a94b4e111a69b87855a2 diff --git a/src/position.h b/src/position.h index a19911ab..80e42aa8 100644 --- a/src/position.h +++ b/src/position.h @@ -231,9 +231,6 @@ public: bool is_mate() const; bool is_draw() const; - // Check if side to move could be mated in one - bool has_mate_threat(); - // Number of plies from starting position int startpos_ply_counter() const;