1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 07:36:44 +02:00

Delete unused functions

This commit is contained in:
Jakub Vrana
2018-02-06 16:33:47 +01:00
parent 33f0023d37
commit 02cd416093

View File

@@ -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");
}