From 02cd4160939265d79de6fd87459e05ce688be1da Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 6 Feb 2018 16:33:47 +0100 Subject: [PATCH] Delete unused functions --- adminer/drivers/sqlite.inc.php | 12 ------------ 1 file changed, 12 deletions(-) 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"); } -- 2.39.5