5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-05 09:17:55 +03:00

QemuServer: remove now unused $pcisysfs

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-11-19 14:07:54 +01:00
parent b71351a7ed
commit 81b2db7d28

View File

@ -119,8 +119,6 @@ mkdir $var_run_tmpdir;
my $lock_dir = "/var/lock/qemu-server";
mkdir $lock_dir;
my $pcisysfs = "/sys/bus/pci";
my $cpu_vendor_list = {
# Intel CPUs
486 => 'GenuineIntel',