From 4162b98a0f5697c0f7b9c957f203ab90a37070d6 Mon Sep 17 00:00:00 2001 From: Sander Striker Date: Thu, 3 Feb 2005 22:05:06 +0000 Subject: Clean up some crumbs... The sandwich is next. * modules\proxy\mod_proxy.c (alias_match): Removed unused variables. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151241 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/mod_proxy.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/proxy/mod_proxy.c b/modules/proxy/mod_proxy.c index 4e48aac84d..7a3e581486 100644 --- a/modules/proxy/mod_proxy.c +++ b/modules/proxy/mod_proxy.c @@ -249,7 +249,6 @@ static int alias_match(const char *uri, const char *alias_fakename) const char *end_fakename = alias_fakename + strlen(alias_fakename); const char *aliasp = alias_fakename, *urip = uri; const char *end_uri = uri + strlen(uri); - unsigned char uric, aliasc; while (aliasp < end_fakename && urip < end_uri) { if (*aliasp == '/') { -- cgit v1.2.3