summaryrefslogtreecommitdiffstats
path: root/pimd/pim_main.c
diff options
context:
space:
mode:
authorOlivier Dugeon <olivier.dugeon@orange.com>2017-01-09 15:26:16 +0100
committerGitHub <noreply@github.com>2017-01-09 15:26:16 +0100
commitb98f56422e692217bb149aaa78fda77e07097658 (patch)
treecaf2fbb14b55fde42dfc2481b45c5394340070ba /pimd/pim_main.c
parentMerge pull request #56 from qlyoung/if-metric (diff)
parentbgpd: Remove knowledge of HAVE_CLOCK_MONTONIC (diff)
downloadfrr-b98f56422e692217bb149aaa78fda77e07097658.tar.xz
frr-b98f56422e692217bb149aaa78fda77e07097658.zip
Merge pull request #55 from donaldsharp/monotonic
Monotonic
Diffstat (limited to 'pimd/pim_main.c')
-rw-r--r--pimd/pim_main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/pimd/pim_main.c b/pimd/pim_main.c
index 29432ea23..ed8f69b51 100644
--- a/pimd/pim_main.c
+++ b/pimd/pim_main.c
@@ -270,12 +270,6 @@ int main(int argc, char** argv, char** envp) {
zlog_notice("PIM_UNEXPECTED_KERNEL_UPCALL: report unexpected kernel upcall");
#endif
-#ifdef HAVE_CLOCK_MONOTONIC
- zlog_notice("HAVE_CLOCK_MONOTONIC");
-#else
- zlog_notice("!HAVE_CLOCK_MONOTONIC");
-#endif
-
while (thread_fetch(master, &thread))
thread_call(&thread);