From: Jim Jagielski Date: Thu, 14 Nov 2002 16:38:31 +0000 (+0000) Subject: Remove unused var X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43551b542a647bfc3f0854e0a2876e862ddb6618;p=thirdparty%2Fapache%2Fhttpd.git Remove unused var git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97518 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/main/alloc.c b/src/main/alloc.c index 1ffaa564c4c..fcadb6421f5 100644 --- a/src/main/alloc.c +++ b/src/main/alloc.c @@ -2645,7 +2645,6 @@ static void free_proc_chain(struct process_chain *procs) struct process_chain *p; int need_timeout = 0; int timeout_interval; - int exit_int; int status; if (procs == NULL)