From 3dad49ca9499dcb917691e10ebc1685dda74cf72 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Tue, 17 Jan 2017 22:48:33 +0100 Subject: lib: time: remove recent_time This isn't even used anywhere. Signed-off-by: David Lamparter --- lib/log.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/log.c') diff --git a/lib/log.c b/lib/log.c index d48534dc18..4ab8338653 100644 --- a/lib/log.c +++ b/lib/log.c @@ -118,7 +118,6 @@ quagga_timestamp(int timestamp_precision, char *buf, size_t buflen) } cache; struct timeval clock; - /* would it be sufficient to use global 'recent_time' here? I fear not... */ gettimeofday(&clock, NULL); /* first, we update the cache if the time has changed */ -- cgit v1.2.3