- 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:
matrevis 2006-08-03 00:42:28 +00:00
parent 96055b4cf1
commit 9f4415a835
1 changed files with 0 additions and 1 deletions

View File

@ -307,7 +307,6 @@ Scheduler::step_forward(History& history, CPUPolicy& cpu_policy) throw(UserInter
bool found = true;
do
{
printf("\n looking for a running one");
found = true;
prepare_ready_queue(*new_snapshot, all_threads);