From 15239b2e52633128c0b7f806175243c0969196e6 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 15 Jul 2009 13:48:20 +0200 Subject: cleanup: drop unused struct elements from VirtIOPCIProxy. Signed-off-by: Gerd Hoffmann Signed-off-by: Anthony Liguori --- hw/virtio-pci.c | 6 ------ 1 file changed, 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 */ -- cgit v1.2.1