From 03eab97797373579738fbf2201913ecd1de66015 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 1 Feb 2013 10:39:00 +0000 Subject: [PATCH] Removed deprecated array (very old code) --- index.php | 14 -------------- 1 file changed, 14 deletions(-) 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 * -- 2.30.2