remove extra method call.

This commit is contained in:
Taylor Otwell 2012-05-04 09:13:03 -05:00
parent a59cdd937a
commit c764f76e5b
1 changed files with 0 additions and 2 deletions

View File

@ -74,8 +74,6 @@ public static function sharpen()
*/ */
public static function expired($view, $path) public static function expired($view, $path)
{ {
$compiled = static::compiled($path);
return filemtime($path) > filemtime(static::compiled($path)); return filemtime($path) > filemtime(static::compiled($path));
} }