qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PULL 12/25] hw/isa/pc87312: Remove unused function is_pa


From: Michael Tokarev
Subject: [Qemu-trivial] [PULL 12/25] hw/isa/pc87312: Remove unused function is_parallel_epp()
Date: Tue, 10 Jun 2014 20:08:30 +0400

From: Peter Maydell <address@hidden>

The function is_parallel_epp() is unused; remove it.

Signed-off-by: Peter Maydell <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>
---
 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.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]