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

@@ -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) {
}