diff options
author | Peter Maydell | 2014-06-07 18:51:11 +0200 |
---|---|---|
committer | Michael Tokarev | 2014-06-10 17:39:34 +0200 |
commit | f46b9cc71ca69907d7e0b75eae669ed747f375b0 (patch) | |
tree | 30047e50ae6d22d2e8d300683df63e32cabfee40 /hw/isa | |
parent | hw/intc/openpic: Remove unused function IRQ_testbit() (diff) | |
download | qemu-f46b9cc71ca69907d7e0b75eae669ed747f375b0.tar.gz qemu-f46b9cc71ca69907d7e0b75eae669ed747f375b0.tar.xz qemu-f46b9cc71ca69907d7e0b75eae669ed747f375b0.zip |
hw/isa/pc87312: Remove unused function is_parallel_epp()
The function is_parallel_epp() is unused; remove it.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/isa')
-rw-r--r-- | hw/isa/pc87312.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/isa/pc87312.c b/hw/isa/pc87312.c index b352b491ac..9327c53132 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 */ |