Simplify and rename wait_for_stop_or_ponderhit()

Setting stopOnPonderhit is now done by the caller.

No functional change.
This commit is contained in:
Marco Costalba
2013-01-13 14:15:19 +01:00
parent 3b14b17664
commit 89a89eb605
3 changed files with 11 additions and 10 deletions

View File

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