From: Dominik Csapak Date: Mon, 15 Jul 2019 12:35:30 +0000 (+0200) Subject: remove unused variable X-Git-Url: https://git.proxmox.com/?p=qemu-server.git;a=commitdiff_plain;h=c30e80aba90336e77f34b92a098e034eebeaaa3d remove unused variable Signed-off-by: Dominik Csapak --- diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 582423e..4bde3a7 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -5574,8 +5574,6 @@ sub vm_qmp_command { sub vm_human_monitor_command { my ($vmid, $cmdline) = @_; - my $res; - my $cmd = { execute => 'human-monitor-command', arguments => { 'command-line' => $cmdline},