diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-07 10:53:54 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-07 10:53:54 -0800 |
commit | 72793a547e4625b476776ba4941b836b7ac7f80a (patch) | |
tree | 10a2b2690992fc0efa6d3aaaec4a890bd37159e9 /system | |
parent | 10c05c855a1634a60048a52e8d90bc51f187ede7 (diff) |
remove unused calculation of max-age
Diffstat (limited to 'system')
-rw-r--r-- | system/helpers/expires.php | 1 |
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) { |