summaryrefslogtreecommitdiffstats
path: root/modules/cache
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2011-11-21 16:51:44 +0100
committerJim Jagielski <jim@apache.org>2011-11-21 16:51:44 +0100
commit0871cc77f892097aa6c28e99968dffcde1ad6509 (patch)
tree88c8b3183803c7204635fc14ff3541c27d9d13a1 /modules/cache
parentvalue never used : dead assignment (diff)
downloadapache2-0871cc77f892097aa6c28e99968dffcde1ad6509.tar.xz
apache2-0871cc77f892097aa6c28e99968dffcde1ad6509.zip
value never used: dead assignment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1204555 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/cache')
-rw-r--r--modules/cache/mod_cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/cache/mod_cache.c b/modules/cache/mod_cache.c
index af7be13523..9b655dc9d0 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");