diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-07-15 13:48:20 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-16 17:28:51 -0500 |
commit | 15239b2e52633128c0b7f806175243c0969196e6 (patch) | |
tree | 00bc2afea44beab039a3b004b234e317cb2605b6 /hw | |
parent | ee6847d19be16c789b8bd4e553b7cd6701ba1245 (diff) |
cleanup: drop unused struct elements from VirtIOPCIProxy.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/virtio-pci.c | 6 |
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 */ |