mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
qerror: QERR_IO_ERROR is no longer used, drop
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20240513141703.549874-7-armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
fdac62dbd3
commit
5b957bf6d3
1 changed files with 0 additions and 3 deletions
|
@ -20,9 +20,6 @@
|
|||
#define QERR_INVALID_PARAMETER_VALUE \
|
||||
"Parameter '%s' expects %s"
|
||||
|
||||
#define QERR_IO_ERROR \
|
||||
"An IO error has occurred"
|
||||
|
||||
#define QERR_MISSING_PARAMETER \
|
||||
"Parameter '%s' is missing"
|
||||
|
||||
|
|
Loading…
Reference in a new issue