From 1e13edf355614db7c755df8fbf84d9d84b4bce92 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Wed, 14 Dec 2016 22:47:29 +0300 Subject: char: remove chardevs list The list is now empty, the chardev cleanup is taken care of by the unref of the root container. Signed-off-by: Marc-André Lureau --- include/sysemu/char.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/sysemu') diff --git a/include/sysemu/char.h b/include/sysemu/char.h index 98903f31e4..729d186d01 100644 --- a/include/sysemu/char.h +++ b/include/sysemu/char.h @@ -95,7 +95,6 @@ struct Chardev { int be_open; guint fd_in_tag; DECLARE_BITMAP(features, QEMU_CHAR_FEATURE_LAST); - QTAILQ_ENTRY(Chardev) next; }; /** -- cgit v1.2.3-55-g7522