]> git.proxmox.com Git - mirror_qemu.git/commitdiff
linux-user: Remove MAX_SIGQUEUE_SIZE
authorWarner Losh <imp@bsdimp.com>
Sun, 16 Jan 2022 20:44:22 +0000 (13:44 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 18 Jan 2022 11:44:44 +0000 (12:44 +0100)
It's been unused for 7 years since 907f5fddaa67 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>
linux-user/qemu.h

index 5c713fa8ab26f8566cb820777772b09fa830c22e..7910ce59cc8c36a044e94a52ce1963b9989706b8 100644 (file)
@@ -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;