Browse Source

remove unused var

AD7six 15 years ago
parent
commit
f3b216dfe2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/Cake/Console/Command/UpgradeShell.php

+ 0 - 1
lib/Cake/Console/Command/UpgradeShell.php

@@ -157,7 +157,6 @@ class UpgradeShell extends Shell {
  * @return void
  */
 	public function request() {
-		$core = App::core();
 		$views = array_diff(App::path('views'), App::core('views'));
 		$controllers = array_diff(App::path('controllers'), App::core('controllers'), array(APP));
 		$components = array_diff(App::path('components'), App::core('components'));