From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51624) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5B9D-0004nb-Ki for qemu-devel@nongnu.org; Tue, 24 May 2016 08:09:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5B97-0006rs-Fc for qemu-devel@nongnu.org; Tue, 24 May 2016 08:09:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50933) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5B97-0006rh-AA for qemu-devel@nongnu.org; Tue, 24 May 2016 08:09:13 -0400 From: Igor Mammedov Date: Tue, 24 May 2016 14:09:07 +0200 Message-Id: <1464091747-61337-1-git-send-email-imammedo@redhat.com> Subject: [Qemu-devel] [PATCH] pc: cleanup unused struct PcRomPciInfo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: ehabkost@redhat.com, marcel@redhat.com, mst@redhat.com, pbonzini@redhat.com, rth@twiddle.net Signed-off-by: Igor Mammedov --- hw/i386/pc.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/hw/i386/pc.c b/hw/i386/pc.c index 1fd83f4..c48322b 100644 --- a/hw/i386/pc.c +++ b/hw/i386/pc.c @@ -1159,14 +1159,6 @@ void pc_cpus_init(PCMachineState *pcms) smbios_set_cpuid(cpu->env.cpuid_version, cpu->env.features[FEAT_1_EDX]); } -/* pci-info ROM file. Little endian format */ -typedef struct PcRomPciInfo { - uint64_t w32_min; - uint64_t w32_max; - uint64_t w64_min; - uint64_t w64_max; -} PcRomPciInfo; - static void pc_machine_done(Notifier *notifier, void *data) { -- 1.8.3.1