From ee442551e1531712226a3a3ba26afff466100bb5 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Mon, 21 Jan 2008 07:57:32 +0000 Subject: passes gcc -Wall with no warnings other than des cryppt C_block sadness and getsid problem --- server/main.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'server/main.c') diff --git a/server/main.c b/server/main.c index 58dfccb..d39536e 100644 --- a/server/main.c +++ b/server/main.c @@ -60,7 +60,6 @@ static RETSIGTYPE bye(int); static RETSIGTYPE dbug_on(int); static RETSIGTYPE dbug_off(int); static RETSIGTYPE sig_dump_db(int); -static RETSIGTYPE sig_dump_strings(int); static RETSIGTYPE reset(int); static RETSIGTYPE reap(int); static void read_from_dump(char *dumpfile); @@ -395,7 +394,6 @@ main(int argc, static int initialize(void) { - int zero = 0; if (do_net_setup()) return(1); @@ -586,12 +584,6 @@ dbug_off(int sig) int fork_for_dump = 0; -static RETSIGTYPE -sig_dump_strings(int sig) -{ - dump_strings_flag = 1; -} - static void dump_strings(void) { char filename[128]; -- cgit v1.2.3