You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2015/02/22 16:32:49 UTC

svn commit: r1661486 - /httpd/httpd/trunk/server/core.c

Author: trawick
Date: Sun Feb 22 15:32:48 2015
New Revision: 1661486

URL: http://svn.apache.org/r1661486
Log:
axe unused variables

Modified:
    httpd/httpd/trunk/server/core.c

Modified: httpd/httpd/trunk/server/core.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/core.c?rev=1661486&r1=1661485&r2=1661486&view=diff
==============================================================================
--- httpd/httpd/trunk/server/core.c (original)
+++ httpd/httpd/trunk/server/core.c Sun Feb 22 15:32:48 2015
@@ -206,7 +206,6 @@ static void *merge_core_dir_configs(apr_
     core_dir_config *base = (core_dir_config *)basev;
     core_dir_config *new = (core_dir_config *)newv;
     core_dir_config *conf;
-    int i;
 
     /* Create this conf by duplicating the base, replacing elements
      * (or creating copies for merging) where new-> values exist.
@@ -826,7 +825,6 @@ char *ap_response_code_string(request_re
     core_request_config *reqconf = ap_get_core_module_config(r->request_config);
     const char *err;
     const char *response;
-    void *val;
     ap_expr_info_t *expr;
 
     /* check for string registered via ap_custom_response() first */