summary refs log tree commit diff stats
path: root/hw/serial.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/serial.h')
-rw-r--r--hw/serial.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/serial.h b/hw/serial.h
index 98ee4241be..e57375d03c 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;