summaryrefslogtreecommitdiffstats
path: root/src/util/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/server.c')
-rw-r--r--src/util/server.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/util/server.c b/src/util/server.c
index c1a9644a1..11569b937 100644
--- a/src/util/server.c
+++ b/src/util/server.c
@@ -237,12 +237,6 @@ int pidfile(const char *path, const char *name)
return 0;
}
-static void sig_hup(int sig)
-{
- /* cycle log/debug files */
- return;
-}
-
void sig_term(int sig)
{
#if HAVE_GETPGRP
@@ -321,8 +315,6 @@ static void setup_signals(void)
BlockSignals(false, SIGHUP);
BlockSignals(false, SIGTERM);
- CatchSignal(SIGHUP, sig_hup);
-
#ifndef HAVE_PRCTL
/* If prctl is not defined on the system, try to handle
* some common termination signals gracefully */