]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: Remove the unused "not implemented" signal handling stubs
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 8 Mar 2018 14:47:33 +0000 (14:47 +0000)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 9 Mar 2018 18:17:27 +0000 (19:17 +0100)
commitf8b985d65cf67004483816d5afcb7bf686e11702
tree68670b737964c0c9f4eddaf306ba20eec0bbb942
parentdaa4374a04f9d6f6584f372f532d3e4aa9419255
linux-user: Remove the unused "not implemented" signal handling stubs

Now we've dropped unicore32, all of the architectures we support
for linux-user implement the signal handling routines. The
dummy "just print a message" versions are unimplemented, so we
can drop them entirely.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20180308144733.25615-3-peter.maydell@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/signal.c