summaryrefslogtreecommitdiffstats
path: root/system/libraries/Output.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/libraries/Output.php')
-rw-r--r--system/libraries/Output.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/libraries/Output.php b/system/libraries/Output.php
index ed9f6f4ff..f98dab5e0 100644
--- a/system/libraries/Output.php
+++ b/system/libraries/Output.php
@@ -323,7 +323,6 @@ class CI_Output {
*/
function _display_cache(&$CFG, &$RTR)
{
- $CFG =& load_class('Config');
$URI =& load_class('URI');
$cache_path = ($CFG->item('cache_path') == '') ? BASEPATH.'cache/' : $CFG->item('cache_path');