]> granicus.if.org Git - apache/commitdiff
value never used: dead assignment
authorJim Jagielski <jim@apache.org>
Mon, 21 Nov 2011 15:51:44 +0000 (15:51 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 21 Nov 2011 15:51:44 +0000 (15:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1204555 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/mod_cache.c

index af7be135231f51df82ba8f402c1a125d85239b17..9b655dc9d0875737c0e06a1cdbd0c4f2639bbe9e 100644 (file)
@@ -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");