From 053f9fcfb1d84ab2f1d8fbd608d5e31aae58cbb7 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Fri, 17 Jun 2011 15:26:29 +0200 Subject: [PATCH] usb-ehci: drop unused num-ports state member Signed-off-by: Hans de Goede Signed-off-by: Gerd Hoffmann --- hw/usb-ehci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/usb-ehci.c b/hw/usb-ehci.c index 96451f334d..87e1de30fc 100644 --- a/hw/usb-ehci.c +++ b/hw/usb-ehci.c @@ -373,7 +373,6 @@ struct EHCIState { qemu_irq irq; target_phys_addr_t mem_base; int mem; - int num_ports; /* properties */ uint32_t freq;