Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / classes / main / cache / class_MemoryCache.php
index 1b03c72311fe583f39c0d0069c053740a1e2fa36..da004138ed9f0216082c2a4afea1d9124c13cc3d 100644 (file)
@@ -35,10 +35,6 @@ class MemoryCache extends BaseFrameworkSystem implements Cacheable {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**