aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main.c b/src/main.c
index 2f01cab04..f3cc155ed 100644
--- a/src/main.c
+++ b/src/main.c
@@ -137,13 +137,6 @@ catch_sigint( int sig )
}
void
-catch_sighup( int sig)
-{
- printf("\n%s\n", _("Exiting..."));
- exit(EXIT_SUCCESS);
-}
-
-void
catch_sigcont( int sig )
{
D("catch_sigcont()\n");