From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58266) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtJpq-0002HL-95 for qemu-devel@nongnu.org; Sat, 07 Jun 2014 12:51:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WtJpo-0001O8-O8 for qemu-devel@nongnu.org; Sat, 07 Jun 2014 12:51:14 -0400 From: Peter Maydell Date: Sat, 7 Jun 2014 17:51:11 +0100 Message-Id: <1402159871-13809-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH] hw/isa/pc87312: Remove unused function is_parallel_epp() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, patches@linaro.org The function is_parallel_epp() is unused; remove it. Signed-off-by: Peter Maydell --- hw/isa/pc87312.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hw/isa/pc87312.c b/hw/isa/pc87312.c index b352b49..9327c53 100644 --- a/hw/isa/pc87312.c +++ b/hw/isa/pc87312.c @@ -86,11 +86,6 @@ static inline uint32_t get_parallel_irq(PC87312State *s) } } -static inline bool is_parallel_epp(PC87312State *s) -{ - return s->regs[REG_PTR] & PTR_EPP_MODE; -} - /* UARTs */ -- 1.8.5.4