]> git.proxmox.com Git - qemu-server.git/commitdiff
PVE/API2/Qemu.pm: cleanup - remove unused $upid parameter
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 12 Jun 2017 09:09:47 +0000 (11:09 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 12 Jun 2017 09:09:47 +0000 (11:09 +0200)
PVE/API2/Qemu.pm

index 4151f19b5281cb30c5ac1eeeacb9ff3ad588be53..76fd0e44280185a1dd6f88ec964ca1072165440d 100644 (file)
@@ -2858,8 +2858,6 @@ __PACKAGE__->register_method({
        } else {
 
            my $realcmd = sub {
-               my $upid = shift;
-
                PVE::QemuMigrate->migrate($target, $targetip, $vmid, $param);
            };