diff options
-rw-r--r-- | spice-qemu-char.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spice-qemu-char.c b/spice-qemu-char.c index 6d147a7ece..e074d9e4e8 100644 --- a/spice-qemu-char.c +++ b/spice-qemu-char.c @@ -11,7 +11,6 @@ typedef struct SpiceCharDriver { CharDriverState* chr; SpiceCharDeviceInstance sin; - char *subtype; bool active; bool blocked; const uint8_t *datapos; |