From 6da725ecf00f4f9275ae0b6f0cf2cd5a0a6f498c Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Mon, 27 Feb 2017 19:40:33 +0000 Subject: [PATCH] lib: remove unused quagga_clkid Signed-off-by: Quentin Young --- lib/thread.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/thread.h b/lib/thread.h index 49964e7743..0489246ea6 100644 --- a/lib/thread.h +++ b/lib/thread.h @@ -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 -- 2.39.5