diff options
author | Hervé Poussineau <hpoussin@reactos.org> | 2015-02-01 09:12:56 +0100 |
---|---|---|
committer | Leon Alrae <leon.alrae@imgtec.com> | 2015-02-13 14:09:28 +0000 |
commit | b19c1c08de4365df90207862f4f9f7c1cd512bd9 (patch) | |
tree | e7cc505166184cf96c0bbb295ba43c543e6c7533 /hw/isa | |
parent | f720f20350cfdf7e9d267947238cd2e5acee53f3 (diff) | |
download | qemu-b19c1c08de4365df90207862f4f9f7c1cd512bd9.tar.gz qemu-b19c1c08de4365df90207862f4f9f7c1cd512bd9.tar.bz2 qemu-b19c1c08de4365df90207862f4f9f7c1cd512bd9.zip |
isa: remove isa_mem_base variable
Now that isa_mem_base variable is always 0, we can remove its usage.
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
Diffstat (limited to 'hw/isa')
-rw-r--r-- | hw/isa/isa-bus.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/isa/isa-bus.c b/hw/isa/isa-bus.c index fd6a3a19e7..825aa627df 100644 --- a/hw/isa/isa-bus.c +++ b/hw/isa/isa-bus.c @@ -23,7 +23,6 @@ #include "hw/isa/isa.h" static ISABus *isabus; -hwaddr isa_mem_base = 0; static void isabus_dev_print(Monitor *mon, DeviceState *dev, int indent); static char *isabus_get_fw_dev_path(DeviceState *dev); |