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/timer.c | 1 - 1 file changed, 1 deletion(-) (limited to 'server/timer.c') diff --git a/server/timer.c b/server/timer.c index 11d61fe..fe4b064 100644 --- a/server/timer.c +++ b/server/timer.c @@ -210,7 +210,6 @@ timer_process(void) Timer *t; timer_proc func; void *arg; - int valid = 0; if (num_timers == 0 || heap[0]->abstime > NOW) return; -- cgit v1.2.3