diff options
Diffstat (limited to 'hw/serial.h')
-rw-r--r-- | hw/serial.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/serial.h b/hw/serial.h index 814b8c666f..e884499607 100644 --- a/hw/serial.h +++ b/hw/serial.h @@ -72,8 +72,6 @@ struct SerialState { struct QEMUTimer *fifo_timeout_timer; int timeout_ipending; /* timeout interrupt pending state */ - struct QEMUTimer *transmit_timer; - uint64_t char_transmit_time; /* time to transmit a char in ticks */ int poll_msl; |