]> git.joonet.de Git - adminer.git/commitdiff
Delete unused functions
authorJakub Vrana <jakub@vrana.cz>
Tue, 6 Feb 2018 15:33:47 +0000 (16:33 +0100)
committerJakub Vrana <jakub@vrana.cz>
Tue, 6 Feb 2018 15:33:47 +0000 (16:33 +0100)
adminer/drivers/sqlite.inc.php

index a6db193bb31234462d2e62d37e4a5054efa2c5b4..5ffd531adb9751b1112fad4c7483f07de04469c4 100644 (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");
        }