From: Roland Häder Date: Fri, 1 Feb 2013 10:38:52 +0000 (+0000) Subject: Removed deprecated array (very old code) X-Git-Url: https://git.mxchange.org/?p=qa.git;a=commitdiff_plain;h=4622dbb7cd8502271bd90d4b931df00b98d2cf43;ds=sidebyside Removed deprecated array (very old code) --- diff --git a/index.php b/index.php index a14e71b..1202b31 100644 --- a/index.php +++ b/index.php @@ -32,20 +32,6 @@ final class ApplicationEntryPoint { */ private static $corePath = ''; - /** - * The instances we want to remove after all is done - */ - private static $instances = array ( - 'cfg', // The configuration system - 'loader', // The class loader system - 'debug', // Debug output - 'db', // Database layer - 'io', // Base I/O system (local file [or network]) - 'engine', // Template engine ( for ApplicationEntryPoint::app_exit() ) - 'lang', // Language sub-system - 'app', // The ApplicationHelper instance - ); - /** * The application's emergency exit *