]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Remove useless code in Position::pretty()
[stockfish] / src / position.h
index 0f88944c106c24ba1571decc2fa4702ed9b3657a..8f5fb75aa7f4630d07e203764277057cc3a8d8f6 100644 (file)
@@ -83,7 +83,7 @@ public:
   // Text input/output
   void set(const std::string& fenStr, bool isChess960, Thread* th);
   const std::string fen() const;
-  const std::string pretty(Move m = MOVE_NONE) const;
+  const std::string pretty() const;
 
   // Position representation
   Bitboard pieces() const;
@@ -156,6 +156,7 @@ public:
 
   // Other properties of the position
   Color side_to_move() const;
+  Phase game_phase() const;
   int game_ply() const;
   bool is_chess960() const;
   Thread* this_thread() const;