mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-06-17 18:37:39 +00:00
remove unused variable
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
d30820d6c3
commit
c30e80aba9
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user