Commit 3cd33f7b authored by Ruediger Pluem's avatar Ruediger Pluem
Browse files

* Remove unused variable


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@724332 13f79535-47bb-0310-9956-ffa450edef68
parent 9acb639c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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) {