Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / classes / main / rng / class_RandomNumberGenerator.php
index 857478fb61069df8fc1ac2fd0064940820f60a2d..760f6f87d4d40c70a559403f8fd003e9fb642d76 100644 (file)
@@ -56,10 +56,6 @@ class RandomNumberGenerator extends BaseFrameworkSystem {
        protected function __construct ($className = __CLASS__) {
                // Call parent constructor
                parent::__construct($className);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**