From: Graham Leggett Date: Mon, 4 Oct 2010 22:35:54 +0000 (+0000) Subject: Remove (and no longer initialise) an unused variable. X-Git-Tag: 2.3.9~354 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe000fbe5d285c11df79c8f7ae05dd4432cb9eed;p=thirdparty%2Fapache%2Fhttpd.git Remove (and no longer initialise) an unused variable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1004463 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/mod_disk_cache.c b/modules/cache/mod_disk_cache.c index 40e70d9d3ad..dacc33438aa 100644 --- a/modules/cache/mod_disk_cache.c +++ b/modules/cache/mod_disk_cache.c @@ -1064,8 +1064,6 @@ static apr_status_t store_body(cache_handle_t *h, request_rec *r, apr_bucket *e; apr_status_t rv = APR_SUCCESS; disk_cache_object_t *dobj = (disk_cache_object_t *) h->cache_obj->vobj; - disk_cache_conf *conf = ap_get_module_config(r->server->module_config, - &disk_cache_module); disk_cache_dir_conf *dconf = ap_get_module_config(r->per_dir_config, &disk_cache_module); int seen_eos = 0;