summaryrefslogtreecommitdiff
path: root/lib/thread.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-01-17 22:46:07 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2017-01-23 18:26:32 +0100
commit6ced0e7f10d850d51f21200f5d3243cc1b90c453 (patch)
treeea0ad88f126401a1d5b01dd0f6f12bd10f627374 /lib/thread.c
parent95ac0ac5ff4146b28c13ba7d821909948b285a5d (diff)
lib: time: remove recent_relative_time()
Replace with monotime() [which is not cached]. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/thread.c')
-rw-r--r--lib/thread.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/thread.c b/lib/thread.c
index 64eaae45b9..711dd3b730 100644
--- a/lib/thread.c
+++ b/lib/thread.c
@@ -179,13 +179,6 @@ quagga_monotime (void)
return tv.tv_sec;
}
-/* Public export of recent_relative_time by value */
-struct timeval
-recent_relative_time (void)
-{
- return relative_time;
-}
-
static unsigned int
cpu_record_hash_key (struct cpu_thread_history *a)
{