mirror of
https://github.com/vrana/adminer.git
synced 2026-03-04 03:21:26 +01:00
Delete unused functions
This commit is contained in:
@@ -882,9 +882,6 @@ AND typelem = 0"
|
||||
return get_rows("SELECT * FROM pg_stat_activity ORDER BY " . (min_version(9.2) ? "pid" : "procpid"));
|
||||
}
|
||||
|
||||
function show_status() {
|
||||
}
|
||||
|
||||
function convert_field($field) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user