summaryrefslogtreecommitdiffstats
path: root/main.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'main.cxx')
-rw-r--r--main.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.cxx b/main.cxx
index dc638459..81935207 100644
--- a/main.cxx
+++ b/main.cxx
@@ -287,7 +287,6 @@ setup_signals (sighandler_t handler)
sigaddset (&sa.sa_mask, SIGTERM);
}
sa.sa_flags = 0;
- sa.sa_restorer = NULL;
sigaction (SIGHUP, &sa, NULL);
sigaction (SIGPIPE, &sa, NULL);