summaryrefslogtreecommitdiff
path: root/lib/log.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-01-17 22:48:33 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2017-01-23 18:26:32 +0100
commit3dad49ca9499dcb917691e10ebc1685dda74cf72 (patch)
treef2312167f1f62eefde256cfdec4a8dcb3c4b0211 /lib/log.c
parent6ced0e7f10d850d51f21200f5d3243cc1b90c453 (diff)
lib: time: remove recent_time
This isn't even used anywhere. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/log.c')
-rw-r--r--lib/log.c1
1 files changed, 0 insertions, 1 deletions
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 */