Skip to content
Snippets Groups Projects
Commit d8758c5b authored by Moe Jette's avatar Moe Jette
Browse files

Remove misleading comment

parent 22f2accc
No related branches found
No related tags found
No related merge requests found
......@@ -345,7 +345,6 @@ extern void *backfill_agent(void *args)
break;
now = time(NULL);
/* Avoid resource fragmentation if important */
if (!_more_work() || job_is_completing() ||
(difftime(now, last_backfill_time) < backfill_interval))
continue;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment