mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +08: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:
@@ -228,7 +228,7 @@ namespace {
|
||||
limits.time = time[pos.side_to_move()];
|
||||
limits.increment = inc[pos.side_to_move()];
|
||||
|
||||
Threads.start_searching(pos, limits, searchMoves, true);
|
||||
Threads.start_searching(pos, limits, searchMoves);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user