[PATCH v2 2/8] chardev/chardev-internal: remove unused `max_size` struct member

Roman Penyaev posted 8 patches 1 month, 1 week ago
[PATCH v2 2/8] chardev/chardev-internal: remove unused `max_size` struct member
Posted by Roman Penyaev 1 month, 1 week ago
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
---
 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


Re: [PATCH v2 2/8] chardev/chardev-internal: remove unused `max_size` struct member
Posted by CLEMENT MATHIEU--DRIF 1 month ago
Reviewed-by: Clément Mathieu--Drif <clement.mathieu--drif@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.peniaev@gmail.com>
> Cc: "Marc-André Lureau" <marcandre.lureau@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
>
>