mirror of https://gitee.com/openkylin/qemu.git
stubs: remove unused stub for serial_hd
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
6a997d3b76
commit
671ab4368a
|
@ -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
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
#include "qemu/osdep.h"
|
||||
#include "qemu-common.h"
|
||||
|
||||
CharDriverState *serial_hds[0];
|
Loading…
Reference in New Issue