From 1cd28efa96dbc3d49a43d9b12c5b65d493baf949 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 15 Sep 2008 12:09:29 +0200 Subject: remove unused static functions Also remove some commented code and unused function parameters. --- src/main.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 2f01cab04..f3cc155ed 100644 --- a/src/main.c +++ b/src/main.c @@ -136,13 +136,6 @@ catch_sigint( int sig ) exit(EXIT_SUCCESS); } -void -catch_sighup( int sig) -{ - printf("\n%s\n", _("Exiting...")); - exit(EXIT_SUCCESS); -} - void catch_sigcont( int sig ) { -- cgit v1.2.3