summaryrefslogtreecommitdiffstats
path: root/system/libraries/Driver.php
diff options
context:
space:
mode:
authorWilliam Knauss <will.knauss@gmail.com>2012-11-28 16:05:53 +0100
committerWilliam Knauss <will.knauss@gmail.com>2012-11-28 16:05:53 +0100
commit0ab4d3a71e0c65b717e1b3a95fa01e8cc37574b3 (patch)
treec3bc75153290152b9883c5046b3b8a6b95737456 /system/libraries/Driver.php
parent401fb497c15cb4d8534d0bd314bb90d254f78de6 (diff)
Remove Comment
As requested removed useless comment
Diffstat (limited to 'system/libraries/Driver.php')
-rw-r--r--system/libraries/Driver.php1
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;