From 46aedbae096a2702fa8879f3632eb60c910dc866 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 1 Jan 2009 18:51:38 +0100 Subject: removed the signal_check libraries Nobody is using the signal_check library anymore. This patch also removes the SIGUSR1 handler. --- src/sig_handlers.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/sig_handlers.c') diff --git a/src/sig_handlers.c b/src/sig_handlers.c index 660107200..7713cb21a 100644 --- a/src/sig_handlers.c +++ b/src/sig_handlers.c @@ -18,7 +18,6 @@ */ #include "sig_handlers.h" -#include "signal_check.h" #include "log.h" #include "main.h" #include "event_pipe.h" @@ -69,6 +68,4 @@ void initSigHandlers(void) event_pipe_register(PIPE_EVENT_RELOAD, handle_reload_event); sa.sa_handler = reload_signal_handler; x_sigaction(SIGHUP, &sa); - - signal_handle(SIGUSR1); } -- cgit v1.2.3