summaryrefslogtreecommitdiff
path: root/lib/thread.c
diff options
context:
space:
mode:
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)
{