summaryrefslogtreecommitdiff
path: root/pimd
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
parentbf20dc0010eafd7e3a0576caceff6524b9cad6d5 (diff)
parent3814903108e9f1440a56b9bbf7fb90f2f781284b (diff)
Merge pull request #55 from donaldsharp/monotonic
Monotonic
Diffstat (limited to 'pimd')
-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 29432ea230..ed8f69b517 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);