From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qf7ia-0005Xl-Az for qemu-devel@nongnu.org; Fri, 08 Jul 2011 05:51:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qf7iW-0004QG-JA for qemu-devel@nongnu.org; Fri, 08 Jul 2011 05:51:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qf7iV-0004Pa-Ky for qemu-devel@nongnu.org; Fri, 08 Jul 2011 05:51:23 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p689pMXF008114 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 8 Jul 2011 05:51:22 -0400 From: Gerd Hoffmann Date: Fri, 8 Jul 2011 11:50:57 +0200 Message-Id: <1310118673-26196-8-git-send-email-kraxel@redhat.com> In-Reply-To: <1310118673-26196-1-git-send-email-kraxel@redhat.com> References: <1310118673-26196-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 07/23] usb-ehci: drop unused num-ports state member List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Hans de Goede , Gerd Hoffmann From: Hans de Goede Signed-off-by: Hans de Goede Signed-off-by: Gerd Hoffmann --- hw/usb-ehci.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/hw/usb-ehci.c b/hw/usb-ehci.c index 96451f3..87e1de3 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; -- 1.7.1