diff options
author | Russ White <russ@riw.us> | 2017-03-01 15:52:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-01 15:52:50 +0100 |
commit | 5f413b14733f688870197b126d5d8c3e5470c118 (patch) | |
tree | 66a53ad134009c964f6fd82e781f4307135d3278 /lib | |
parent | Merge pull request #224 from donaldsharp/pim_patches_feb (diff) | |
parent | lib: remove unused quagga_clkid (diff) | |
download | frr-5f413b14733f688870197b126d5d8c3e5470c118.tar.xz frr-5f413b14733f688870197b126d5d8c3e5470c118.zip |
Merge pull request #230 from qlyoung/remove-quagga_clkid
lib: remove unused quagga_clkid
Diffstat (limited to 'lib')
-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 |