X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmove.h;h=443dc2063bcfac6461f89c23827cb85e62402421;hb=25b4d0c127af9fe564f7a797460bed4c2837bcc2;hp=3d97799741667d73c2009a65265f93fe503e9fd2;hpb=fbdabe2975c0e86a04b01c36c9f3eec5494ecf0d;p=stockfish diff --git a/src/move.h b/src/move.h index 3d977997..443dc206 100644 --- a/src/move.h +++ b/src/move.h @@ -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)