mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-12-16 15:48:05 +00:00
PVE/API2/Qemu.pm: cleanup - remove unused $upid parameter
This commit is contained in:
parent
f53c6ad8b9
commit
7c876ec165
@ -2858,8 +2858,6 @@ __PACKAGE__->register_method({
|
|||||||
} else {
|
} else {
|
||||||
|
|
||||||
my $realcmd = sub {
|
my $realcmd = sub {
|
||||||
my $upid = shift;
|
|
||||||
|
|
||||||
PVE::QemuMigrate->migrate($target, $targetip, $vmid, $param);
|
PVE::QemuMigrate->migrate($target, $targetip, $vmid, $param);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user