diff options
Diffstat (limited to 'include/chardev')
-rw-r--r-- | include/chardev/spice.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/chardev/spice.h b/include/chardev/spice.h index 1115502cdf..58e5b727e9 100644 --- a/include/chardev/spice.h +++ b/include/chardev/spice.h @@ -13,7 +13,6 @@ struct SpiceChardev { bool blocked; const uint8_t *datapos; int datalen; - QLIST_ENTRY(SpiceChardev) next; }; typedef struct SpiceChardev SpiceChardev; |