diff options
author | joelcox <joel@mickly.com> | 2011-01-16 18:53:37 +0100 |
---|---|---|
committer | joelcox <joel@mickly.com> | 2011-01-16 18:53:37 +0100 |
commit | 5c59c7dc3254616b18057922ce012f22c18b147b (patch) | |
tree | 01998eaf6034cd3123f37031bddad89e172dc736 /system/core/Config.php | |
parent | 1bfd9fabffc47ae7f6efc4704ae3125599004de8 (diff) |
Cleaned up environment class variable which isn't used anymore in current implementation
Diffstat (limited to 'system/core/Config.php')
-rw-r--r-- | system/core/Config.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/core/Config.php b/system/core/Config.php index ae914414d..d6b97d7ef 100644 --- a/system/core/Config.php +++ b/system/core/Config.php @@ -30,7 +30,6 @@ class CI_Config { var $config = array(); var $is_loaded = array(); - var $environment = ENVIRONMENT; var $_config_paths = array(APPPATH); /** |