From: Jeff Trawick Date: Sun, 22 Feb 2015 15:32:48 +0000 (+0000) Subject: axe unused variables X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47bb20ff27fd40011d1b125476c516bce748b179;p=thirdparty%2Fapache%2Fhttpd.git axe unused variables git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1661486 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/core.c b/server/core.c index 44187631c8a..253438eacd0 100644 --- a/server/core.c +++ b/server/core.c @@ -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 */