]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1770817 from trunk:
authorEric Covener <covener@apache.org>
Tue, 22 Nov 2016 14:32:45 +0000 (14:32 +0000)
committerEric Covener <covener@apache.org>
Tue, 22 Nov 2016 14:32:45 +0000 (14:32 +0000)
Removing unused warning after r1764961 changes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-merge-http-strict@1770846 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_filters.c

index d3e634e2d39384192d80403ebf3772757df866ba..5e567eba5c409b0319cc4b1a799db2d3bed5a7d4 100644 (file)
@@ -739,7 +739,6 @@ static int check_header(void *arg, const char *name, const char *val)
  */
 static APR_INLINE int check_headers(request_rec *r)
 {
-    const char *loc;
     struct check_header_ctx ctx;
     core_server_config *conf =
             ap_get_core_module_config(r->server->module_config);