Removing require Compat.php in CodeIgniter.php
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php
index be5a271..fc334f0 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
* ------------------------------------------------------
*/