Browse Source

remove extra method call.

Taylor Otwell 12 years ago
parent
commit
c764f76e5b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      laravel/blade.php

+ 0 - 2
laravel/blade.php

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