diff --git a/lib/vagrant-libvirt/config.rb b/lib/vagrant-libvirt/config.rb index ae7de88..3f777b0 100644 --- a/lib/vagrant-libvirt/config.rb +++ b/lib/vagrant-libvirt/config.rb @@ -389,9 +389,6 @@ module VagrantPlugins # Inputs @inputs = [{:type => "mouse", :bus => "ps2"}] if @inputs == UNSET_VALUE - # PCI device passthrough - @pcis = [] if @pcis == UNSET_VALUE - # Suspend mode @suspend_mode = "pause" if @suspend_mode == UNSET_VALUE