From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=38074 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrXDa-0002BH-UC for qemu-devel@nongnu.org; Mon, 21 Feb 2011 09:58:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PrXDZ-00060k-Ul for qemu-devel@nongnu.org; Mon, 21 Feb 2011 09:58:31 -0500 Received: from mnementh.archaic.org.uk ([81.2.115.146]:40944) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PrXDZ-00060f-IZ for qemu-devel@nongnu.org; Mon, 21 Feb 2011 09:58:29 -0500 From: Peter Maydell Date: Mon, 21 Feb 2011 14:58:26 +0000 Message-Id: <1298300306-16832-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH] hw/irq.h: Remove unused SetIRQFunc typedef List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: patches@linaro.org Remove the typedef SetIRQFunc, as it is not used by anything. Signed-off-by: Peter Maydell --- hw/irq.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/hw/irq.h b/hw/irq.h index 5daae44..f7849ed 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); -- 1.7.1