Remove an unused variable.

pull/581/merge
nicm 2017-05-12 22:43:15 +00:00
parent 0cd74723e1
commit f688653710
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,6 @@ format_job_update(struct job *job)
struct format_job *fj = job->data;
char *line;
time_t t;
struct client *c;
if ((line = evbuffer_readline(job->event->input)) == NULL)
return;
@ -298,6 +297,7 @@ format_job_get(struct format_tree *ft, const char *cmd)
xasprintf(&fj->out, "<'%s' didn't start>", fj->cmd);
}
fj->last = t;
fj->updated = 0;
}
if (ft->flags & FORMAT_STATUS)