mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Removing dead code
This commit is contained in:
parent
2fed702c57
commit
5c0c9841e2
1 changed files with 0 additions and 3 deletions
|
@ -265,9 +265,6 @@ class App {
|
|||
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)) {
|
||||
|
|
Loading…
Reference in a new issue