From 0d22022344ff62aa778f4c60140addce1843230d Mon Sep 17 00:00:00 2001 From: Julien Desfossez Date: Sat, 11 Oct 2014 21:40:49 -0400 Subject: [PATCH] comment unused imported function Signed-off-by: Julien Desfossez --- src/network-live.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/network-live.c b/src/network-live.c index 9edb5b4..955c104 100644 --- a/src/network-live.c +++ b/src/network-live.c @@ -58,6 +58,7 @@ int lttng_live_should_quit(void) return should_quit; } +#if 0 static void sighandler(int sig) { @@ -100,6 +101,8 @@ int setup_sighandler(void) } return 0; } +#endif + /* * hostname parameter needs to hold NAME_MAX chars. */ -- 2.34.1