From 5c0c9841e24ac2283f0c4bf2cd5d4eb44ab601dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=CC=81=20Lorenzo=20Rodri=CC=81guez?= Date: Sun, 5 Dec 2010 20:38:17 -0430 Subject: [PATCH] Removing dead code --- lib/Cake/Core/App.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/Cake/Core/App.php b/lib/Cake/Core/App.php index 6f04c77984b..2d900356689 100644 --- a/lib/Cake/Core/App.php +++ b/lib/Cake/Core/App.php @@ -265,9 +265,6 @@ public static function build($paths = array(), $reset = false) { return $paths; } - $core = self::core(); - $app = array('models' => true, 'controllers' => true, 'helpers' => true); - foreach ($defaults as $type => $default) { if (empty(self::$__packages[$type]) || empty($paths)) {