respondd: use less update_time()

This commit is contained in:
lemoer 2016-09-10 05:32:38 +02:00
parent 4915377266
commit 993af5face
1 changed files with 0 additions and 1 deletions

View File

@ -205,7 +205,6 @@ int64_t schedule_idle_time(struct request_schedule *s) {
// nothing to do yet (0 = infinite time)
return 0;
update_time();
int64_t result = s->list_head->scheduled_time - now;
if (result <= 0)