X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmove.h;h=443dc2063bcfac6461f89c23827cb85e62402421;hb=2e2a4b4ea33fc0758067c5a83b9e6157fdf5d9a7;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)