diff options
author | William Knauss <will.knauss@gmail.com> | 2012-11-28 16:05:53 +0100 |
---|---|---|
committer | William Knauss <will.knauss@gmail.com> | 2012-11-28 16:05:53 +0100 |
commit | 0ab4d3a71e0c65b717e1b3a95fa01e8cc37574b3 (patch) | |
tree | c3bc75153290152b9883c5046b3b8a6b95737456 /system | |
parent | 401fb497c15cb4d8534d0bd314bb90d254f78de6 (diff) |
Remove Comment
As requested removed useless comment
Diffstat (limited to 'system')
-rw-r--r-- | system/libraries/Driver.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/libraries/Driver.php b/system/libraries/Driver.php index 246f47f40..8323e8f01 100644 --- a/system/libraries/Driver.php +++ b/system/libraries/Driver.php @@ -160,7 +160,6 @@ class CI_Driver_Library { // Did we finally find the class? if ( ! class_exists($class_name)) { - // last ditch effort. Maybe someone is coding by the 2.1 driver style. if (class_exists($child_name)) { $class_name = $child_name; |