diff options
Diffstat (limited to 'lib/MDB2/Driver/sqlite3.php')
-rw-r--r-- | lib/MDB2/Driver/sqlite3.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/MDB2/Driver/sqlite3.php b/lib/MDB2/Driver/sqlite3.php index 967e3335b13..a41aeed4850 100644 --- a/lib/MDB2/Driver/sqlite3.php +++ b/lib/MDB2/Driver/sqlite3.php @@ -582,12 +582,6 @@ class MDB2_Driver_sqlite3 extends MDB2_Driver_Common return $query; } - /* Dummy interface for sqlite, to stay compatible with the database abstraction */ - function getUserInfo() { - return "sqlite standard user"; - } - - // }}} // {{{ getServerVersion() |