summaryrefslogtreecommitdiff
path: root/system/helpers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-01-07 10:53:54 -0800
committerTim Almdal <tnalmdal@shaw.ca>2010-01-07 10:53:54 -0800
commit72793a547e4625b476776ba4941b836b7ac7f80a (patch)
tree10a2b2690992fc0efa6d3aaaec4a890bd37159e9 /system/helpers
parent10c05c855a1634a60048a52e8d90bc51f187ede7 (diff)
remove unused calculation of max-age
Diffstat (limited to 'system/helpers')
-rw-r--r--system/helpers/expires.php1
1 files changed, 0 insertions, 1 deletions
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)
{