diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2016-10-24 10:27:59 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-01-16 17:52:35 +0100 |
commit | 671ab4368a27401cff34cb74627332207f40cd54 (patch) | |
tree | e3508ec5e40460f5ee04828e535bc77224d46aca /stubs | |
parent | 6a997d3b76aee43f9e6eb148f43fd5a919633487 (diff) |
stubs: remove unused stub for serial_hd
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'stubs')
-rw-r--r-- | stubs/Makefile.objs | 1 | ||||
-rw-r--r-- | stubs/get-next-serial.c | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/stubs/Makefile.objs b/stubs/Makefile.objs index c4df9152f6..5b3e7c6af4 100644 --- a/stubs/Makefile.objs +++ b/stubs/Makefile.objs @@ -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 index 6ff6a6d3b2..0000000000 --- a/stubs/get-next-serial.c +++ /dev/null @@ -1,4 +0,0 @@ -#include "qemu/osdep.h" -#include "qemu-common.h" - -CharDriverState *serial_hds[0]; |