mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 14:53:54 -06:00
qerror: Drop unused QERR_ macros
QERR_INVALID_BLOCK_FORMAT is dead since commite6641719fe
"block: Always pass NULL as drv for bdrv_open()", 2015-09-14. QERR_INVALID_PASSWORD is dead since commitc01c214b69
"block: remove all encryption handling APIs", 2017-07-11. Bury them. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20201113082626.2725812-2-armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
This commit is contained in:
parent
4bd802b209
commit
ac114d5cd5
1 changed files with 0 additions and 6 deletions
|
@ -43,9 +43,6 @@
|
||||||
#define QERR_FEATURE_DISABLED \
|
#define QERR_FEATURE_DISABLED \
|
||||||
"The feature '%s' is not enabled"
|
"The feature '%s' is not enabled"
|
||||||
|
|
||||||
#define QERR_INVALID_BLOCK_FORMAT \
|
|
||||||
"Invalid block format '%s'"
|
|
||||||
|
|
||||||
#define QERR_INVALID_PARAMETER \
|
#define QERR_INVALID_PARAMETER \
|
||||||
"Invalid parameter '%s'"
|
"Invalid parameter '%s'"
|
||||||
|
|
||||||
|
@ -55,9 +52,6 @@
|
||||||
#define QERR_INVALID_PARAMETER_VALUE \
|
#define QERR_INVALID_PARAMETER_VALUE \
|
||||||
"Parameter '%s' expects %s"
|
"Parameter '%s' expects %s"
|
||||||
|
|
||||||
#define QERR_INVALID_PASSWORD \
|
|
||||||
"Password incorrect"
|
|
||||||
|
|
||||||
#define QERR_IO_ERROR \
|
#define QERR_IO_ERROR \
|
||||||
"An IO error has occurred"
|
"An IO error has occurred"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue