diff --git a/lib/failure.c b/lib/failure.c index 22acc231..298baf9d 100644 --- a/lib/failure.c +++ b/lib/failure.c @@ -242,14 +242,12 @@ void failprint (const struct faillog *fail) struct tm *tp; char lasttimeb[256]; char *lasttime = lasttimeb; - time_t NOW; if (0 == fail->fail_cnt) { return; } tp = localtime (&(fail->fail_time)); - (void) time (&NOW); /* * Print all information we have.