mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 07:27:46 +00:00
Simplify start_searching() signature
Retire the "sync" behaviour that now is up to the caller to honour. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -119,6 +119,7 @@ void benchmark(int argc, char* argv[]) {
|
||||
else
|
||||
{
|
||||
Threads.start_searching(pos, limits);
|
||||
Threads.wait_for_search_finished();
|
||||
nodes += Search::RootPosition.nodes_searched();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user