(journal_entry): Remove unused local variable.
This commit is contained in:
parent
a21b4a0e72
commit
39b885e10e
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ journal_entry(char *fmt, ...)
|
|||
static char buf[1024];
|
||||
va_list ap;
|
||||
time_t now;
|
||||
int n, i, olderr;
|
||||
int n, i;
|
||||
|
||||
if (journal) {
|
||||
time(&now);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue