mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
include/hw/or-irq.h: Drop unused in_irqs field
The struct OrIRQState has an unused member field in_irqs. This is a legacy of earlier versions of the patch; the code that used it was dropped from the final version of the code that went into master, but we forgot to delete the no-longer-used struct field. Do so now. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Alistair Francis <alistair.francis@xilinx.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
52aa5644e8
commit
69fa4f9568
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ struct OrIRQState {
|
|||
DeviceState parent_obj;
|
||||
|
||||
qemu_irq out_irq;
|
||||
qemu_irq *in_irqs;
|
||||
bool levels[MAX_OR_LINES];
|
||||
uint16_t num_lines;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue