diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-01-17 22:48:33 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-01-23 18:26:32 +0100 |
| commit | 3dad49ca9499dcb917691e10ebc1685dda74cf72 (patch) | |
| tree | f2312167f1f62eefde256cfdec4a8dcb3c4b0211 /lib/log.c | |
| parent | 6ced0e7f10d850d51f21200f5d3243cc1b90c453 (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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 */ |
