stubs: remove unused stub for serial_hd

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2016-10-24 10:27:59 +02:00
parent 6a997d3b76
commit 671ab4368a
2 changed files with 0 additions and 5 deletions

View 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

View File

@ -1,4 +0,0 @@
#include "qemu/osdep.h"
#include "qemu-common.h"
CharDriverState *serial_hds[0];