summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/sqlite/sqlite_driver.php
diff options
context:
space:
mode:
authorTaufan Aditya <toopay@taufanaditya.com>2012-03-28 22:57:27 +0200
committerTaufan Aditya <toopay@taufanaditya.com>2012-03-28 22:57:27 +0200
commit002b8fac833c53ab431c72090b82cc2e7de396f2 (patch)
tree52b2f755e0ef533411709d2725ac2f406d791ade /system/database/drivers/sqlite/sqlite_driver.php
parenta8a2e3325c128ccdc941daba3bba10b78bf2d098 (diff)
parentda44bacbad76b9a898accdd533b48c04c6b0b12f (diff)
Merge remote-tracking branch 'upstream/develop' into unit-tests
Diffstat (limited to 'system/database/drivers/sqlite/sqlite_driver.php')
-rw-r--r--system/database/drivers/sqlite/sqlite_driver.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/system/database/drivers/sqlite/sqlite_driver.php b/system/database/drivers/sqlite/sqlite_driver.php
index 102c79bb3..ef543c9b5 100644
--- a/system/database/drivers/sqlite/sqlite_driver.php
+++ b/system/database/drivers/sqlite/sqlite_driver.php
@@ -106,18 +106,6 @@ class CI_DB_sqlite_driver extends CI_DB {
// --------------------------------------------------------------------
/**
- * Select the database
- *
- * @return resource
- */
- public function db_select()
- {
- return TRUE;
- }
-
- // --------------------------------------------------------------------
-
- /**
* Database version number
*
* @return string