mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-26 20:03:54 -06:00
bsd-user: remove target_signal.h, it's unused
Remove the target_signal.h file. None of its contents are currently used and the bsd-user fork doesn't use them (so this reduces the diffs there). Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Warner Losh <imp@bsdimp.com>
This commit is contained in:
parent
5be1d0b566
commit
65d58c91ef
6 changed files with 0 additions and 95 deletions
|
@ -19,7 +19,6 @@
|
|||
#include "qemu/osdep.h"
|
||||
|
||||
#include "qemu.h"
|
||||
#include "target_signal.h"
|
||||
|
||||
void signal_init(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue