[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 05/15] stubs: remove needless error_vprintf_unless_qmp()
From: |
Markus Armbruster |
Subject: |
Re: [PATCH v2 05/15] stubs: remove needless error_vprintf_unless_qmp() |
Date: |
Tue, 19 Jul 2022 09:24:44 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
marcandre.lureau@redhat.com writes:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> ---
> stubs/error-printf.c | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/stubs/error-printf.c b/stubs/error-printf.c
> index 0e326d801059..1afa0f62ca26 100644
> --- a/stubs/error-printf.c
> +++ b/stubs/error-printf.c
> @@ -16,8 +16,3 @@ int error_vprintf(const char *fmt, va_list ap)
> }
> return vfprintf(stderr, fmt, ap);
> }
> -
> -int error_vprintf_unless_qmp(const char *fmt, va_list ap)
> -{
> - return error_vprintf(fmt, ap);
> -}
Easy enough to add back should we ever need it.
Reviewed-by: Markus Armbruster <armbru@redhat.com>
- [PATCH v2 00/15] Preliminary patches for subproject split, marcandre . lureau, 2022/07/12
- [PATCH v2 01/15] error-report: misc comment fix, marcandre . lureau, 2022/07/12
- [PATCH v2 02/15] error-report: introduce "detailed" variable, marcandre . lureau, 2022/07/12
- [PATCH v2 03/15] error-report: simplify print_loc(), marcandre . lureau, 2022/07/12
- [PATCH v2 04/15] error-report: introduce overridable error_is_detailed(), marcandre . lureau, 2022/07/12
- [PATCH v2 05/15] stubs: remove needless error_vprintf_unless_qmp(), marcandre . lureau, 2022/07/12
- Re: [PATCH v2 05/15] stubs: remove needless error_vprintf_unless_qmp(),
Markus Armbruster <=
- [PATCH v2 06/15] qapi: move QEMU-specific dispatch code in monitor, marcandre . lureau, 2022/07/12
- [PATCH v2 07/15] scripts/qapi-gen: add -i option, marcandre . lureau, 2022/07/12
- [PATCH v2 08/15] scripts/qapi: add required system includes to visitor, marcandre . lureau, 2022/07/12
- [PATCH v2 09/15] util: move 256-by-128 division helpers to int128, marcandre . lureau, 2022/07/12
- [PATCH v2 10/15] qemu-common: introduce a common subproject, marcandre . lureau, 2022/07/12
- [PATCH v2 11/15] qemu-common: move scripts/qapi, marcandre . lureau, 2022/07/12
- [PATCH v2 14/15] mtest2make.py: teach suite name that are just "PROJECT", marcandre . lureau, 2022/07/12