From 4fcb7daa49ce283a6997be4b3b5e7e8a2c6a09a2 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Fri, 13 Mar 2009 11:20:07 +0100 Subject: lib: fix header broken by times(2) branch --- lib/thread.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/thread.h') diff --git a/lib/thread.h b/lib/thread.h index b52bc541..e5b1cb35 100644 --- a/lib/thread.h +++ b/lib/thread.h @@ -209,10 +209,6 @@ extern time_t quagga_time (time_t *); extern unsigned long thread_consumed_time(RUSAGE_T *after, RUSAGE_T *before, unsigned long *cpu_time_elapsed); -/* Global variable containing a recent result from gettimeofday. This can - be used instead of calling gettimeofday if a recent value is sufficient. - This is guaranteed to be refreshed before a thread is called. */ -extern struct timeval recent_time; /* Similar to recent_time, but a monotonically increasing time value */ extern struct timeval recent_relative_time (void); #endif /* _ZEBRA_THREAD_H */ -- cgit v1.2.3