Skip to content
Snippets Groups Projects
Commit 14ee55c3 authored by Domokos Sármány's avatar Domokos Sármány
Browse files

Comment out wait loop

parent 747390b4
No related branches found
No related tags found
No related merge requests found
......@@ -410,11 +410,6 @@ event_loop(void)
done=true;
}
if(mstro_clock()>starttime+DEFAULT_MAX_WAIT) {
fprintf(stderr, "Waited %" PRIu64 "s and still not done\n",
DEFAULT_MAX_WAIT/(1000*1000*1000));
done=true;
}
if(done)
break; /* from WHILE */
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment