Skip to content

Commit

Permalink
Removing dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Dec 6, 2010
1 parent 2fed702 commit 5c0c984
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/Cake/Core/App.php
Expand Up @@ -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)) {
Expand Down

0 comments on commit 5c0c984

Please sign in to comment.