]> granicus.if.org Git - apache/commitdiff
* Remove unused variable
authorRuediger Pluem <rpluem@apache.org>
Mon, 8 Dec 2008 12:54:51 +0000 (12:54 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 8 Dec 2008 12:54:51 +0000 (12:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@724332 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/experimental/event/event.c

index 21c3e70a84cd5112610a819329921dc4551511ad..00e95ef48fab89b2229004130db9a3cd5c1b81bc 100644 (file)
@@ -2385,7 +2385,6 @@ static int event_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) {