From: Roman Penyaev Date: Mon, 14 Oct 2024 15:24:02 +0000 (+0200) Subject: chardev/chardev-internal: remove unused `max_size` struct member X-Git-Tag: v9.2.0-rc0~48^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58e5a3ae427d8a625f803fbc5f2964e6986ebeac;p=thirdparty%2Fqemu.git chardev/chardev-internal: remove unused `max_size` struct member Clean up forgotten leftovers. Signed-off-by: Roman Penyaev Cc: "Marc-André Lureau" Cc: qemu-devel@nongnu.org Reviewed-by: Marc-André Lureau Message-ID: <20241014152408.427700-3-r.peniaev@gmail.com> --- diff --git a/chardev/chardev-internal.h b/chardev/chardev-internal.h index 4e03af31476..c3024b51fdd 100644 --- a/chardev/chardev-internal.h +++ b/chardev/chardev-internal.h @@ -40,7 +40,6 @@ struct MuxChardev { int focus; int mux_cnt; int term_got_escape; - int max_size; /* Intermediate input buffer catches escape sequences even if the currently active device is not accepting any input - but only until it is full as well. */