From: William A. Rowe Jr Date: Fri, 28 Aug 2009 01:32:18 +0000 (+0000) Subject: Axe an unused variable. X-Git-Tag: 2.3.3~362 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b68ef7771da82d3c7151a8036b82ad398b09190;p=thirdparty%2Fapache%2Fhttpd.git Axe an unused variable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808724 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/mod_cache.c b/modules/cache/mod_cache.c index 5a78e6f9b7a..9500814824f 100644 --- a/modules/cache/mod_cache.c +++ b/modules/cache/mod_cache.c @@ -111,7 +111,6 @@ static int cache_url_handler(request_rec *r, int lookup) if (rv != OK) { if (rv == DECLINED) { if (!lookup) { - char *key = NULL; /* try to obtain a cache lock at this point. if we succeed, * we are the first to try and cache this url. if we fail,