X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmove.h;h=443dc2063bcfac6461f89c23827cb85e62402421;hp=3d97799741667d73c2009a65265f93fe503e9fd2;hb=2e2a4b4ea33fc0758067c5a83b9e6157fdf5d9a7;hpb=7f519a246327e164056bbd3e77ed5a672618094d 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)