projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1d7572
)
hw/isa/pc87312: Remove unused function is_parallel_epp()
author
Peter Maydell
<peter.maydell@linaro.org>
Sat, 7 Jun 2014 16:51:11 +0000
(17:51 +0100)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Tue, 10 Jun 2014 15:39:34 +0000
(19:39 +0400)
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>
hw/isa/pc87312.c
patch
|
blob
|
history
diff --git
a/hw/isa/pc87312.c
b/hw/isa/pc87312.c
index b352b491ac2e963a22a42196b53ff0cc7caef435..9327c53132ae67c085e31555e7bbfaa39759c29b 100644
(file)
--- 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 */