From 1b68ef7771da82d3c7151a8036b82ad398b09190 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Fri, 28 Aug 2009 01:32:18 +0000 Subject: [PATCH] Axe an unused variable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808724 13f79535-47bb-0310-9956-ffa450edef68 --- modules/cache/mod_cache.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/cache/mod_cache.c b/modules/cache/mod_cache.c index 5a78e6f9b7..9500814824 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, -- 2.40.0