mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
cmd646: Remove unused variable
There was a pointer to PCIIDEState in CMD646BAR which was set but not used afterwards. Get rid of this unused variable. Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: John Snow <jsnow@redhat.com> Message-id: 1e352f091aa601fb2e19771aac46529fe278dd91.1547166960.git.balaton@eik.bme.hu Signed-off-by: John Snow <jsnow@redhat.com>
This commit is contained in:
parent
ad7a21e812
commit
2ab2ef0785
2 changed files with 0 additions and 2 deletions
|
@ -41,7 +41,6 @@ typedef struct CMD646BAR {
|
|||
MemoryRegion cmd;
|
||||
MemoryRegion data;
|
||||
IDEBus *bus;
|
||||
struct PCIIDEState *pci_dev;
|
||||
} CMD646BAR;
|
||||
|
||||
#define TYPE_PCI_IDE "pci-ide"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue