Removed deprecated array (very old code)
authorRoland Häder <roland@mxchange.org>
Fri, 1 Feb 2013 10:38:40 +0000 (10:38 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 1 Feb 2013 10:38:40 +0000 (10:38 +0000)
index.php

index a14e71b0b5f8275639eb7a3ad1ef652288a9d34a..1202b317fb7823dbb37a00c61e5a2c90ed041bc7 100644 (file)
--- 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
         *