]> granicus.if.org Git - apache/commitdiff
* Remove an unused variable and thus fix a compiler warning.
authorRuediger Pluem <rpluem@apache.org>
Thu, 7 Dec 2006 19:45:51 +0000 (19:45 +0000)
committerRuediger Pluem <rpluem@apache.org>
Thu, 7 Dec 2006 19:45:51 +0000 (19:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@483629 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/worker/worker.c

index aa4d32d4f25a5e093fa5296f2521958db5c4099a..9f958c72bd04e8a0aebb3f2dd4dc677278e9501f 100644 (file)
@@ -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;