From: Jim Jagielski Date: Mon, 21 Nov 2011 15:51:44 +0000 (+0000) Subject: value never used: dead assignment X-Git-Tag: 2.5.0-alpha~7841 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0871cc77f892097aa6c28e99968dffcde1ad6509;p=thirdparty%2Fapache%2Fhttpd.git value never used: dead assignment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1204555 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/mod_cache.c b/modules/cache/mod_cache.c index af7be135231..9b655dc9d08 100644 --- a/modules/cache/mod_cache.c +++ b/modules/cache/mod_cache.c @@ -1292,7 +1292,6 @@ static int cache_save_filter(ap_filter_t *f, apr_bucket_brigade *in) if (lastmod != APR_DATE_BAD && lastmod > date) { /* if it's in the future, then replace by date */ lastmod = date; - lastmods = dates; ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, "cache: Last modified is in the future, " "replacing with now");