]> git.sesse.net Git - stockfish/blobdiff - src/move.h
Fix pretty_pv() output in Chess960
[stockfish] / src / move.h
index 3d97799741667d73c2009a65265f93fe503e9fd2..443dc2063bcfac6461f89c23827cb85e62402421 100644 (file)
@@ -127,6 +127,5 @@ class Position;
 extern const std::string move_to_uci(Move m, bool chess960);
 extern Move move_from_uci(const Position& pos, const std::string& str);
 extern const std::string move_to_san(Position& pos, Move m);
-extern const std::string pretty_pv(Position& pos, int depth, Value score, int time, Move pv[]);
 
 #endif // !defined(MOVE_H_INCLUDED)