Skip to content

Commit

Permalink
pc: cleanup unused struct PcRomPciInfo
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
  • Loading branch information
Igor Mammedov authored and Michael Tokarev committed Jun 7, 2016
1 parent b92233b commit 2087533
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions hw/i386/pc.c
Expand Up @@ -1147,14 +1147,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)
{
Expand Down

0 comments on commit 2087533

Please sign in to comment.