mirror of https://github.com/xemu-project/xemu.git
linux-user: Remove MAX_SIGQUEUE_SIZE
It's been unused for 7 years since 907f5fddaa
when linux-user stopped
queueing any signals.
Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220116204423.16133-2-imp@bsdimp.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
337e88d890
commit
bfadf13f63
|
@ -89,8 +89,6 @@ struct vm86_saved_state {
|
|||
#include "nwfpe/fpa11.h"
|
||||
#endif
|
||||
|
||||
#define MAX_SIGQUEUE_SIZE 1024
|
||||
|
||||
struct emulated_sigtable {
|
||||
int pending; /* true if signal is pending */
|
||||
target_siginfo_t info;
|
||||
|
|
Loading…
Reference in New Issue