From bdb52abd1996add96991d0db2b97d5125a50af08 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Thu, 7 Dec 2006 19:45:51 +0000 Subject: [PATCH] * 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 --- server/mpm/worker/worker.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/mpm/worker/worker.c b/server/mpm/worker/worker.c index aa4d32d4f2..9f958c72bd 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; -- 2.40.0