diff --git a/adminer/drivers/sqlite.inc.php b/adminer/drivers/sqlite.inc.php index a6db193b..5ffd531a 100644 --- a/adminer/drivers/sqlite.inc.php +++ b/adminer/drivers/sqlite.inc.php @@ -672,18 +672,6 @@ if (isset($_GET["sqlite"]) || isset($_GET["sqlite2"])) { ); } - function routine($name, $type) { - // not supported by SQLite - } - - function routines() { - // not supported by SQLite - } - - function routine_languages() { - // not supported by SQLite - } - function begin() { return queries("BEGIN"); }