include/hw/or-irq.h: Drop unused in_irqs field
commit69fa4f9568b18b9b1726a3e51a0bc48478798ad4
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 12 Oct 2017 13:17:47 +0000 (12 14:17 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 16 Oct 2017 18:09:15 +0000 (16 21:09 +0300)
treea863a45e3056df60e151859c42c2552197e111ec
parent52aa5644e8e89ebfc3b1d0abdb7cc502ce9db599
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>
include/hw/or-irq.h