- Sorry, I forgot to remove a debug printf statement.
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@817 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
96055b4cf1
commit
9f4415a835
|
@ -307,7 +307,6 @@ Scheduler::step_forward(History& history, CPUPolicy& cpu_policy) throw(UserInter
|
||||||
bool found = true;
|
bool found = true;
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
printf("\n looking for a running one");
|
|
||||||
found = true;
|
found = true;
|
||||||
prepare_ready_queue(*new_snapshot, all_threads);
|
prepare_ready_queue(*new_snapshot, all_threads);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue