mirror of https://github.com/xemu-project/xemu.git
chardev/chardev-internal: remove unused `max_size` struct member
Clean up forgotten leftovers. Signed-off-by: Roman Penyaev <r.peniaev@gmail.com> Cc: "Marc-André Lureau" <marcandre.lureau@redhat.com> Cc: qemu-devel@nongnu.org Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-ID: <20241014152408.427700-3-r.peniaev@gmail.com>
This commit is contained in:
parent
df12798f87
commit
58e5a3ae42
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue