]> git.puffer.fish Git - mirror/frr.git/commitdiff
pimd: Remove knowledge of HAVE_CLOCK_MONOTONIC
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 8 Jan 2017 00:21:21 +0000 (19:21 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 8 Jan 2017 00:21:21 +0000 (19:21 -0500)
thread.c fails to build if we do not have CLOCK_MONOTONIC
no need to have pim have any knowledge of it.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_main.c

index aa3db3d5b2e4328be79932788c679a323322a830..5e7f4bfa96fef67184e20e4b0342fa13b85090a8 100644 (file)
@@ -272,12 +272,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);