From 2893f00bf042057b73435d65814906e1f5d2380d Mon Sep 17 00:00:00 2001 From: Greg Aker Date: Wed, 10 Nov 2010 14:55:46 -0600 Subject: Removing require Compat.php in CodeIgniter.php --- system/core/CodeIgniter.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'system') 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 @@ -41,13 +41,6 @@ */ require(BASEPATH.'core/Common'.EXT); -/* - * ------------------------------------------------------ - * Load the compatibility override functions - * ------------------------------------------------------ - */ - require(BASEPATH.'core/Compat'.EXT); - /* * ------------------------------------------------------ * Load the framework constants -- cgit v1.2.3-24-g4f1b