mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-05 20:36:20 +00:00
config_to_command: remove unused variable
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
3d8d2e8dad
commit
9066fd2635
@ -3623,8 +3623,6 @@ sub config_to_command {
|
||||
|
||||
die "detected old qemu-kvm binary ($kvmver)\n" if $vernum < 15000;
|
||||
|
||||
my $have_ovz = -f '/proc/vz/vestat';
|
||||
|
||||
my $q35 = machine_type_is_q35($conf);
|
||||
my $hotplug_features = parse_hotplug_features(defined($conf->{hotplug}) ? $conf->{hotplug} : '1');
|
||||
my $use_old_bios_files = undef;
|
||||
|
Loading…
Reference in New Issue
Block a user