summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--hw/virtio-pci.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/virtio-pci.c b/hw/virtio-pci.c
index d605b5fb1f..0f676b877e 100644
--- a/hw/virtio-pci.c
+++ b/hw/virtio-pci.c
@@ -86,12 +86,6 @@ typedef struct {
     PCIDevice pci_dev;
     VirtIODevice *vdev;
     uint32_t addr;
-
-    uint16_t vendor;
-    uint16_t device;
-    uint16_t subvendor;
-    uint16_t class_code;
-    uint8_t pif;
 } VirtIOPCIProxy;
 
 /* virtio device */