]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Retire some unused Depth operator() functions
[stockfish] / src / position.h
index e921b350cd7270f2fed7b632f0cc64821caf59fc..6d7ea0ef30bcd990b98f9d976137d091575f04cb 100644 (file)
@@ -264,8 +264,8 @@ public:
   bool is_mate() const;
   bool is_draw() const;
 
-  // Check if one side threatens a mate in one
-  bool has_mate_threat(Color c);
+  // Check if side to move could be mated in one
+  bool has_mate_threat();
 
   // Number of plies since the last non-reversible move
   int rule_50_counter() const;