diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-02-27 20:40:33 +0100 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-02-27 20:40:33 +0100 |
commit | 6da725ecf00f4f9275ae0b6f0cf2cd5a0a6f498c (patch) | |
tree | 22d332758185be60819c6ff867deefab9b1704e2 /lib/thread.h | |
parent | Merge pull request #219 from opensourcerouting/feature/isis-draft-ietf-rtgwg-... (diff) | |
download | frr-6da725ecf00f4f9275ae0b6f0cf2cd5a0a6f498c.tar.xz frr-6da725ecf00f4f9275ae0b6f0cf2cd5a0a6f498c.zip |
lib: remove unused quagga_clkid
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to '')
-rw-r--r-- | lib/thread.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/thread.h b/lib/thread.h index 49964e774..0489246ea 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 |