From 9066fd2635d44910093d1c988108e7f031b75fb0 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 14 Oct 2019 13:47:47 +0200 Subject: [PATCH] config_to_command: remove unused variable Signed-off-by: Thomas Lamprecht --- PVE/QemuServer.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index ac9dfdea..f659081c 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -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;