mirror of
https://git.proxmox.com/git/pve-manager
synced 2026-01-06 20:23:56 +00:00
PVE::API2::Tasks - remove dead code
This commit is contained in:
parent
4b70f596b3
commit
51506f9a2b
@ -246,8 +246,6 @@ __PACKAGE__->register_method({
|
||||
my ($task, $filename) = PVE::Tools::upid_decode($param->{upid}, 1);
|
||||
raise_param_exc({ upid => "unable to parse worker upid" }) if !$task;
|
||||
|
||||
my $lines = [];
|
||||
|
||||
my $rpcenv = PVE::RPCEnvironment::get();
|
||||
my $user = $rpcenv->get_user();
|
||||
my $node = $param->{node};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user