mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Simplify and rename wait_for_stop_or_ponderhit()
Setting stopOnPonderhit is now done by the caller. No functional change.
This commit is contained in:
@@ -105,7 +105,7 @@ public:
|
||||
void idle_loop();
|
||||
void main_loop();
|
||||
void timer_loop();
|
||||
void wait_for_stop_or_ponderhit();
|
||||
void wait_for_stop();
|
||||
|
||||
SplitPoint splitPoints[MAX_SPLITPOINTS_PER_THREAD];
|
||||
Material::Table materialTable;
|
||||
|
||||
Reference in New Issue
Block a user