mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 01:56:58 +08:00
remove evalType from bench
no longer used closes https://github.com/official-stockfish/Stockfish/pull/4694 No functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
34d0c1b527
commit
6a31f54d3c
@@ -121,7 +121,6 @@ vector<string> setup_bench(const Position& current, istream& is) {
|
||||
string limit = (is >> token) ? token : "13";
|
||||
string fenFile = (is >> token) ? token : "default";
|
||||
string limitType = (is >> token) ? token : "depth";
|
||||
string evalType = (is >> token) ? token : "mixed";
|
||||
|
||||
go = limitType == "eval" ? "eval" : "go " + limitType + " " + limit;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user