From 14f78f857dde18a85f1860b9ba77376da9d78ed1 Mon Sep 17 00:00:00 2001 From: AD7six Date: Sun, 1 May 2011 19:58:46 +0200 Subject: [PATCH] remove unused var --- lib/Cake/Console/Command/UpgradeShell.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Cake/Console/Command/UpgradeShell.php b/lib/Cake/Console/Command/UpgradeShell.php index 2421b28df..bcf9255dc 100644 --- a/lib/Cake/Console/Command/UpgradeShell.php +++ b/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'));