]> git.proxmox.com Git - qemu-server.git/commitdiff
config_to_command: remove unused variable
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 14 Oct 2019 11:47:47 +0000 (13:47 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 14 Oct 2019 11:49:30 +0000 (13:49 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer.pm

index ac9dfdead8bda95751714bbf587d55f049958ccf..f659081cdaa327fe92ed5a61b7a2e99cefa2cf71 100644 (file)
@@ -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;