From 72793a547e4625b476776ba4941b836b7ac7f80a Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 7 Jan 2010 10:53:54 -0800 Subject: remove unused calculation of max-age --- system/helpers/expires.php | 1 - 1 file changed, 1 deletion(-) diff --git a/system/helpers/expires.php b/system/helpers/expires.php index 81468ce3..d510ba7c 100644 --- a/system/helpers/expires.php +++ b/system/helpers/expires.php @@ -82,7 +82,6 @@ class expires_Core { { $last_modified = $now; } - $max_age = $expires - time(); if ($modified <= $last_modified) { -- cgit v1.2.3