diff options
Diffstat (limited to 'stubs/pci-host-piix.c')
-rw-r--r-- | stubs/pci-host-piix.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/stubs/pci-host-piix.c b/stubs/pci-host-piix.c deleted file mode 100644 index 93975adbfe..0000000000 --- a/stubs/pci-host-piix.c +++ /dev/null @@ -1,7 +0,0 @@ -#include "qemu/osdep.h" -#include "hw/pci-host/i440fx.h" - -PCIBus *find_i440fx(void) -{ - return NULL; -} |