]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Retire mate threat extension
[stockfish] / src / position.h
index a19911ab6035a5efb5013471e4d903b7d66e75a7..80e42aa8ff5c33536b3af1d5f854eb45b6fe60a6 100644 (file)
@@ -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;