Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
AD7six committed May 1, 2011
1 parent 9ac7178 commit f3b216d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Cake/Console/Command/UpgradeShell.php
Expand Up @@ -157,7 +157,6 @@ public function basics() {
* @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'));
Expand Down

0 comments on commit f3b216d

Please sign in to comment.