Reviewed-by: Clément Mathieu--Drif <clement.mathieu--d...@eviden.com>
On 14/10/2024 17:24, Roman Penyaev wrote: > Caution: External email. Do not open attachments or click links, unless this > email comes from a known sender and you know the content is safe. > > > Clean up forgotten leftovers. > > Signed-off-by: Roman Penyaev <r.peni...@gmail.com> > Cc: "Marc-André Lureau" <marcandre.lur...@redhat.com> > Cc: qemu-devel@nongnu.org > --- > chardev/chardev-internal.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/chardev/chardev-internal.h b/chardev/chardev-internal.h > index 4e03af31476c..c3024b51fdda 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. */ > -- > 2.34.1 > >