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