summaryrefslogtreecommitdiffstats
path: root/lib/thread.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2017-02-27 20:40:33 +0100
committerQuentin Young <qlyoung@cumulusnetworks.com>2017-02-27 20:40:33 +0100
commit6da725ecf00f4f9275ae0b6f0cf2cd5a0a6f498c (patch)
tree22d332758185be60819c6ff867deefab9b1704e2 /lib/thread.h
parentMerge pull request #219 from opensourcerouting/feature/isis-draft-ietf-rtgwg-... (diff)
downloadfrr-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.h5
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