]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Retire is_mate()
[stockfish] / src / position.h
index 634fbc0d42ab680ada6b6569a70adf8d0aec7c5f..8826fa201161cfd9182502d1148b2105a410f106 100644 (file)
@@ -185,14 +185,9 @@ public:
   Value non_pawn_material(Color c) const;
   Score pst_delta(Piece piece, Square from, Square to) const;
 
-  // Game termination checks
-  bool is_mate() const;
+  // Other properties of the position
   template<bool SkipRepetition> bool is_draw() const;
-
-  // Plies from start position to the beginning of search
   int startpos_ply_counter() const;
-
-  // Other properties of the position
   bool opposite_colored_bishops() const;
   bool has_pawn_on_7th(Color c) const;
   bool is_chess960() const;