summaryrefslogtreecommitdiffstats
path: root/system/libraries/Loader.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/libraries/Loader.php')
-rw-r--r--system/libraries/Loader.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/system/libraries/Loader.php b/system/libraries/Loader.php
index dc588bb0c..ca4c4feba 100644
--- a/system/libraries/Loader.php
+++ b/system/libraries/Loader.php
@@ -601,13 +601,6 @@ class CI_Loader {
// Prep the class name
$class = strtolower(str_replace(EXT, '', $class));
- // Bug fix for backward compat.
- // Kill this at some point in the future
- if ($class == 'unit_test')
- {
- $class = 'unit';
- }
-
// Is this a class extension request?
if (substr($class, 0, 3) == 'my_')
{