(journal_entry): Remove unused local variable.

This commit is contained in:
Ron Koenderink 2006-06-09 00:41:51 +00:00
parent a21b4a0e72
commit 39b885e10e

View file

@ -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);