Remove dead code

This commit is contained in:
Mark Sch 2016-10-07 01:35:26 +02:00 committed by GitHub
parent 9425234b87
commit bf908762db

View file

@ -134,7 +134,7 @@ class ShellDispatcher {
if (!defined('TMP') && !is_dir(APP . 'tmp')) {
define('TMP', CAKE_CORE_INCLUDE_PATH . DS . 'Cake' . DS . 'Console' . DS . 'Templates' . DS . 'skel' . DS . 'tmp' . DS);
}
$boot = file_exists(ROOT . DS . APP_DIR . DS . 'Config' . DS . 'bootstrap.php');
require CORE_PATH . 'Cake' . DS . 'bootstrap.php';
if (!file_exists(APP . 'Config' . DS . 'core.php')) {