]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
axe unused variables
authorJeff Trawick <trawick@apache.org>
Sun, 22 Feb 2015 15:32:48 +0000 (15:32 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 22 Feb 2015 15:32:48 +0000 (15:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1661486 13f79535-47bb-0310-9956-ffa450edef68

server/core.c

index 44187631c8a6357173d7a879953ef263416ed9b8..253438eacd0684b37afb85d0a2df9c70b6cee8c3 100644 (file)
@@ -206,7 +206,6 @@ static void *merge_core_dir_configs(apr_pool_t *a, void *basev, void *newv)
     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_rec *r, int error_index)
     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 */