Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / classes / main / io / class_FileIoStream.php
index 457c51f6d155782c8fddb55320fd2616d1bdf736..a9b12dfe876d21b7836f715f5dde3c1c7cf4eb91 100644 (file)
@@ -48,10 +48,6 @@ class FileIoStream extends BaseFrameworkSystem implements FileInputStreamer, Fil
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean-up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**