[pve-devel] [PATCH common 2/3] cli handler: drop unused subroutine
Christoph Heiss
c.heiss at proxmox.com
Tue Aug 12 11:56:26 CEST 2025
This subroutine is never called anywhere, so drop it.
Signed-off-by: Christoph Heiss <c.heiss at proxmox.com>
---
Did a recursive grep through ~all repositories, could not find a single
reference to this.
src/PVE/CLIHandler.pm | 5 -----
1 file changed, 5 deletions(-)
diff --git a/src/PVE/CLIHandler.pm b/src/PVE/CLIHandler.pm
index 492b3f6..82118a8 100644
--- a/src/PVE/CLIHandler.pm
+++ b/src/PVE/CLIHandler.pm
@@ -558,11 +558,6 @@ function _$exename() {
__EOD__
}
-sub generate_asciidoc_synopsys {
- my ($class) = @_;
- $class->generate_asciidoc_synopsis();
-}
-
sub generate_asciidoc_synopsis {
my ($class) = @_;
--
2.50.1
More information about the pve-devel
mailing list