OSDN Git Service

stubs: remove unused stub for serial_hd
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 24 Oct 2016 08:27:59 +0000 (10:27 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Jan 2017 16:52:35 +0000 (17:52 +0100)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
stubs/Makefile.objs
stubs/get-next-serial.c [deleted file]

index c4df915..5b3e7c6 100644 (file)
@@ -15,7 +15,6 @@ stub-obj-y += fdset-find-fd.o
 stub-obj-y += fdset-get-fd.o
 stub-obj-y += fdset-remove-fd.o
 stub-obj-y += gdbstub.o
-stub-obj-y += get-next-serial.o
 stub-obj-y += get-vm-name.o
 stub-obj-y += iothread.o
 stub-obj-y += iothread-lock.o
diff --git a/stubs/get-next-serial.c b/stubs/get-next-serial.c
deleted file mode 100644 (file)
index 6ff6a6d..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#include "qemu/osdep.h"
-#include "qemu-common.h"
-
-CharDriverState *serial_hds[0];