X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=src%2FPVE%2FCLIHandler.pm;h=efc8a1a2bb4ffe67e0a94ac75504378ce0ba2611;hp=73e8ee632fc9cd204d5db0a2532e1acfa3226d28;hb=e93833f5248afa93a9a3e7cda1668a5d6d124738;hpb=fce424fda9ddbfb2c1b0ec46f646acf0fc557ec9 diff --git a/src/PVE/CLIHandler.pm b/src/PVE/CLIHandler.pm index 73e8ee6..efc8a1a 100644 --- a/src/PVE/CLIHandler.pm +++ b/src/PVE/CLIHandler.pm @@ -448,17 +448,6 @@ my $handle_simple_cmd = sub { &$outsub($res) if $outsub; }; -sub run_cli { - my ($class, $pwcallback, $podfn, $preparefunc) = @_; - - # Note: "depreciated function run_cli - use run_cli_handler instead"; - # silently ignore $podfn , which is no longer supported. - - die "password callback is no longer supported" if $pwcallback; - - run_cli_handler($class, prepare => $preparefunc); -} - sub run_cli_handler { my ($class, %params) = @_;