lib: remove unused quagga_clkid

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
Quentin Young 2017-02-27 19:40:33 +00:00
parent 821cf0d9f6
commit 6da725ecf0

View File

@ -126,11 +126,6 @@ struct cpu_thread_history
const char *funcname;
};
/* Clocks supported by Quagga */
enum quagga_clkid {
QUAGGA_CLK_MONOTONIC = 1, /* monotonic, against an indeterminate base */
};
/* Struct timeval's tv_usec one second value. */
#define TIMER_SECOND_MICRO 1000000L