summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2016-11-22 14:32:45 +0000
committerEric Covener <covener@apache.org>2016-11-22 14:32:45 +0000
commitb215906134b157aaa2eb82877c83086448c546db (patch)
treefedfba6d5ca5e939b5dd9a77e37eba8440f61543
parent47b6f6b13194b9121a11062f2192cf215356f121 (diff)
downloadhttpd-b215906134b157aaa2eb82877c83086448c546db.tar.gz
Merge r1770817 from trunk:
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
-rw-r--r--modules/http/http_filters.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/http/http_filters.c b/modules/http/http_filters.c
index d3e634e2d3..5e567eba5c 100644
--- a/modules/http/http_filters.c
+++ b/modules/http/http_filters.c
@@ -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);