aboutsummaryrefslogtreecommitdiff
path: root/include/hw/isa
diff options
context:
space:
mode:
authorBernhard Beschow <shentey@gmail.com>2022-03-01 23:00:36 +0100
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>2022-03-08 19:38:17 +0100
commitb2db46e4ca69d155790851cfb2b3a52b42ea6670 (patch)
tree33ecc60c19b8980b27824ebf712438e006cb5328 /include/hw/isa
parent27b4cfb94fa1a5d21df92516ef8f34e253f13bbc (diff)
downloadqemu-b2db46e4ca69d155790851cfb2b3a52b42ea6670.zip
qemu-b2db46e4ca69d155790851cfb2b3a52b42ea6670.tar.gz
qemu-b2db46e4ca69d155790851cfb2b3a52b42ea6670.tar.bz2
hw/isa: Drop unused attributes from ISADevice
Now that the last users of ISADevice::isairq[] have been resolved during the previous commits, it can be removed for good. Signed-off-by: Bernhard Beschow <shentey@gmail.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20220301220037.76555-7-shentey@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20220307134353.1950-13-philippe.mathieu.daude@gmail.com> Reviewed-by: Bernhard Beschow <shentey@gmail.com>
Diffstat (limited to 'include/hw/isa')
-rw-r--r--include/hw/isa/isa.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/isa/isa.h b/include/hw/isa/isa.h
index d4417b3..d80cab5 100644
--- a/include/hw/isa/isa.h
+++ b/include/hw/isa/isa.h
@@ -83,8 +83,6 @@ struct ISADevice {
DeviceState parent_obj;
/*< public >*/
- int8_t isairq[2]; /* -1 = unassigned */
- int nirqs;
int ioport_id;
};