mirror of https://github.com/xemu-project/xemu.git
pc87312: Drop unused members of PC87312State
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Benoît Canet <benoit.canet@nodalink.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
a987ee1f1b
commit
b8864be5f3
|
@ -47,13 +47,10 @@ typedef struct PC87312State {
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
ISADevice *dev;
|
ISADevice *dev;
|
||||||
BlockDriverState *drive[2];
|
|
||||||
uint32_t base;
|
|
||||||
} fdc;
|
} fdc;
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
ISADevice *dev;
|
ISADevice *dev;
|
||||||
uint32_t base;
|
|
||||||
} ide;
|
} ide;
|
||||||
|
|
||||||
MemoryRegion io;
|
MemoryRegion io;
|
||||||
|
|
Loading…
Reference in New Issue