Skip to content

Commit

Permalink
bsd-user: remove target_signal.h, it's unused
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bsdimp committed May 11, 2021
1 parent 5be1d0b commit 65d58c9
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 95 deletions.
20 changes: 0 additions & 20 deletions bsd-user/i386/target_signal.h

This file was deleted.

1 change: 0 additions & 1 deletion bsd-user/qemu.h
Expand Up @@ -38,7 +38,6 @@ extern enum BSDType bsd_type;

#include "syscall_defs.h"
#include "target_syscall.h"
#include "target_signal.h"
#include "exec/gdbstub.h"

#if defined(CONFIG_USE_NPTL)
Expand Down
1 change: 0 additions & 1 deletion bsd-user/signal.c
Expand Up @@ -19,7 +19,6 @@
#include "qemu/osdep.h"

#include "qemu.h"
#include "target_signal.h"

void signal_init(void)
{
Expand Down
27 changes: 0 additions & 27 deletions bsd-user/sparc/target_signal.h

This file was deleted.

27 changes: 0 additions & 27 deletions bsd-user/sparc64/target_signal.h

This file was deleted.

19 changes: 0 additions & 19 deletions bsd-user/x86_64/target_signal.h

This file was deleted.

0 comments on commit 65d58c9

Please sign in to comment.