]> granicus.if.org Git - apache/commitdiff
* server/mpm/prefork/prefork.c (prefork_check_config): Remove unused variable.
authorJoe Orton <jorton@apache.org>
Fri, 29 Sep 2006 14:03:13 +0000 (14:03 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 29 Sep 2006 14:03:13 +0000 (14:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@451297 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/prefork/prefork.c

index 29a2639918be5db428b4f37c94785eabe28e8e0e..31c19df84f8d7d0bf2e023e301b71c7a20f357af 100644 (file)
@@ -1329,7 +1329,6 @@ static int prefork_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) {