From: Ruediger Pluem Date: Thu, 7 Dec 2006 19:45:51 +0000 (+0000) Subject: * Remove an unused variable and thus fix a compiler warning. X-Git-Tag: 2.3.0~1995 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdb52abd1996add96991d0db2b97d5125a50af08;p=thirdparty%2Fapache%2Fhttpd.git * Remove an unused variable and thus fix a compiler warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@483629 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/worker/worker.c b/server/mpm/worker/worker.c index aa4d32d4f25..9f958c72bd0 100644 --- a/server/mpm/worker/worker.c +++ b/server/mpm/worker/worker.c @@ -1982,8 +1982,7 @@ static int worker_check_config(apr_pool_t *p, apr_pool_t *plog, { static int restart_num = 0; int startup = 0; - apr_status_t rv; - + /* the reverse of pre_config, we want this only the first time around */ if (restart_num++ == 0) { startup = 1;