mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-24 19:16:49 +08:00
Retire Search Log
No functional change Bench: 7461881
This commit is contained in:
@@ -29,7 +29,6 @@ class Position;
|
||||
std::string score_to_uci(Value v, Value alpha = -VALUE_INFINITE, Value beta = VALUE_INFINITE);
|
||||
Move move_from_uci(const Position& pos, std::string& str);
|
||||
const std::string move_to_uci(Move m, bool chess960);
|
||||
std::string pretty_pv(const Position& pos, int depth, Value score, int64_t msecs, Move pv[]);
|
||||
|
||||
inline char to_char(File f, bool tolower = true) {
|
||||
return char(f - FILE_A + (tolower ? 'a' : 'A'));
|
||||
|
||||
Reference in New Issue
Block a user