summaryrefslogtreecommitdiffstats
path: root/system/core/CodeIgniter.php
diff options
context:
space:
mode:
authorGreg Aker <greg.aker@ellislab.com>2010-11-10 21:55:46 +0100
committerGreg Aker <greg.aker@ellislab.com>2010-11-10 21:55:46 +0100
commit2893f00bf042057b73435d65814906e1f5d2380d (patch)
treec1565e0903ee2f243372712493bae85ebd08c519 /system/core/CodeIgniter.php
parentb026724a0acb998e1453965e08364c72e33fd500 (diff)
Removing require Compat.php in CodeIgniter.php
Diffstat (limited to 'system/core/CodeIgniter.php')
-rw-r--r--system/core/CodeIgniter.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php
index be5a27120..fc334f050 100644
--- a/system/core/CodeIgniter.php
+++ b/system/core/CodeIgniter.php
@@ -43,13 +43,6 @@
/*
* ------------------------------------------------------
- * Load the compatibility override functions
- * ------------------------------------------------------
- */
- require(BASEPATH.'core/Compat'.EXT);
-
-/*
- * ------------------------------------------------------
* Load the framework constants
* ------------------------------------------------------
*/