diff --git a/cake/bootstrap.php b/cake/bootstrap.php index d9149d8f7..f6288ee01 100644 --- a/cake/bootstrap.php +++ b/cake/bootstrap.php @@ -25,7 +25,6 @@ if (!defined('E_DEPRECATED')) { error_reporting(E_ALL & ~E_DEPRECATED); require CORE_PATH . 'cake' . DS . 'basics.php'; -$TIME_START = microtime(true); require CORE_PATH . 'cake' . DS . 'config' . DS . 'paths.php'; require LIBS . 'exceptions.php'; require LIBS . 'object.php';