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

Delete unused functions

This commit is contained in:
Jakub Vrana
2025-02-26 16:31:20 +01:00
parent cf835515b1
commit 45f24a8f62
9 changed files with 4 additions and 73 deletions

View File

@@ -295,18 +295,6 @@ ORDER BY RDB$INDEX_SEGMENTS.RDB$FIELD_POSITION';
return array();
}
function schemas() {
return array();
}
function get_schema() {
return "";
}
function set_schema($schema) {
return true;
}
function support($feature) {
return preg_match("~^(columns|sql|status|table)$~", $feature);
}