diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 7 |
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"); |