Retire Search Log

No functional change

Bench: 7461881
This commit is contained in:
lucasart
2014-08-24 16:28:51 +01:00
committed by Joona Kiiski
parent 8b8885ab07
commit 877313a413
4 changed files with 0 additions and 106 deletions

View File

@@ -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'));