diff options
Diffstat (limited to 'hw/virtio-serial.h')
-rw-r--r-- | hw/virtio-serial.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/virtio-serial.h b/hw/virtio-serial.h index 350ed21911..ac612f219f 100644 --- a/hw/virtio-serial.h +++ b/hw/virtio-serial.h @@ -124,9 +124,6 @@ struct VirtIOSerialPort { */ QEMUBH *bh; - /* For property backward compatibility, not used otherwise */ - uint8_t is_console_dummy; - /* Is the corresponding guest device open? */ bool guest_connected; /* Is this device open for IO on the host? */ |