From: Brian Pane Date: Tue, 17 Sep 2002 05:37:39 +0000 (+0000) Subject: Removed unused variable X-Git-Tag: WROWE_2_0_43_PRE1~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96e50436261f1d8f3f7fb2d4f1c4e21437a3bdc5;p=apache Removed unused variable git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96859 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/mod_disk_cache.c b/modules/experimental/mod_disk_cache.c index f028f45f51..2accbdc998 100644 --- a/modules/experimental/mod_disk_cache.c +++ b/modules/experimental/mod_disk_cache.c @@ -452,7 +452,6 @@ static int remove_entity(cache_handle_t *h) static apr_status_t read_headers(cache_handle_t *h, request_rec *r) { apr_status_t rv; - char *temp; char urlbuff[1034]; int urllen = sizeof(urlbuff); disk_cache_object_t *dobj = (disk_cache_object_t *) h->cache_obj->vobj;