summaryrefslogtreecommitdiffstats
path: root/hw/semihosting
diff options
context:
space:
mode:
authorKONRAD Frederic2020-05-18 15:02:38 +0200
committerLaurent Vivier2020-06-10 11:29:44 +0200
commitfe18e6eecdd45d3dff0c8968cbb07c5e02fbe4c8 (patch)
tree36e55b40565cd24eece5b998f8353d75eaf37be6 /hw/semihosting
parenthw/openrisc/openrisc_sim: Add assertion to silence GCC warning (diff)
downloadqemu-fe18e6eecdd45d3dff0c8968cbb07c5e02fbe4c8.tar.gz
qemu-fe18e6eecdd45d3dff0c8968cbb07c5e02fbe4c8.tar.xz
qemu-fe18e6eecdd45d3dff0c8968cbb07c5e02fbe4c8.zip
semihosting: remove the pthread include which seems unused
This have been introduced by: 8de702cb677c8381fb702cae252d6b69aa4c653b It doesn't seem to be used so remove it. Signed-off-by: KONRAD Frederic <frederic.konrad@adacore.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Acked-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <1589806958-23511-1-git-send-email-frederic.konrad@adacore.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/semihosting')
-rw-r--r--hw/semihosting/console.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/semihosting/console.c b/hw/semihosting/console.c
index 6346bd7f50..22e7827824 100644
--- a/hw/semihosting/console.c
+++ b/hw/semihosting/console.c
@@ -23,7 +23,6 @@
#include "exec/exec-all.h"
#include "qemu/log.h"
#include "chardev/char.h"
-#include <pthread.h>
#include "chardev/char-fe.h"
#include "sysemu/sysemu.h"
#include "qemu/main-loop.h"