summary refs log tree commit diff stats
path: root/qemu-char.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu-char.h')
-rw-r--r--qemu-char.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/qemu-char.h b/qemu-char.h
index 409961d205..05fe15d8cd 100644
--- a/qemu-char.h
+++ b/qemu-char.h
@@ -1,7 +1,6 @@
 #ifndef QEMU_CHAR_H
 #define QEMU_CHAR_H
 
-#include <stdbool.h>
 #include "qemu-common.h"
 #include "qemu-queue.h"
 #include "qemu-option.h"
@@ -67,7 +66,6 @@ struct CharDriverState {
     QEMUBH *bh;
     char *label;
     char *filename;
-    bool initial_reset_issued;
     QTAILQ_ENTRY(CharDriverState) next;
 };