summaryrefslogtreecommitdiffstats
path: root/system/core/Config.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/core/Config.php')
-rw-r--r--system/core/Config.php1
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);
/**