hw/irq.h: Remove unused SetIRQFunc typedef
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Feb 2011 14:58:26 +0000 (14:58 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 21 Feb 2011 15:02:38 +0000 (16:02 +0100)
Remove the typedef SetIRQFunc, as it is not used by anything.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/irq.h

index 5daae44..f7849ed 100644 (file)
--- 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);