mirror of
https://github.com/qemu/qemu.git
synced 2025-08-14 11:43:46 +00:00
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>
This commit is contained in:
parent
c1d7572793
commit
f46b9cc71c
@ -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 */
|
/* UARTs */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user