qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] semihosting: remove the pthread include which seems unused


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] semihosting: remove the pthread include which seems unused
Date: Mon, 18 May 2020 15:50:39 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0

On 5/18/20 3:02 PM, address@hidden wrote:
From: KONRAD Frederic <address@hidden>

This have been introduced by:
   8de702cb677c8381fb702cae252d6b69aa4c653b

It doesn't seem to be used so remove it.

Signed-off-by: KONRAD Frederic <address@hidden>
---
  hw/semihosting/console.c | 1 -
  1 file changed, 1 deletion(-)

diff --git a/hw/semihosting/console.c b/hw/semihosting/console.c
index 6346bd7..22e7827 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"


Reviewed-by: Philippe Mathieu-Daudé <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]