From: Peter Maydell Date: Mon, 21 Feb 2011 14:58:26 +0000 (+0000) Subject: hw/irq.h: Remove unused SetIRQFunc typedef X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9a31334f419c1d773cf4b4bfbbdace96fbf8a4f4;p=qemu.git hw/irq.h: Remove unused SetIRQFunc typedef Remove the typedef SetIRQFunc, as it is not used by anything. Signed-off-by: Peter Maydell Signed-off-by: Aurelien Jarno --- diff --git a/hw/irq.h b/hw/irq.h index 5daae44909..f7849edc8e 100644 --- a/hw/irq.h +++ b/hw/irq.h @@ -3,9 +3,7 @@ /* Generic IRQ/GPIO pin infrastructure. */ -/* FIXME: Rmove one of these. */ typedef void (*qemu_irq_handler)(void *opaque, int n, int level); -typedef void SetIRQFunc(void *opaque, int irq_num, int level); void qemu_set_irq(qemu_irq irq, int level);