From: Markus Armbruster Date: Mon, 13 May 2024 14:17:03 +0000 (+0200) Subject: qerror: QERR_IO_ERROR is no longer used, drop X-Git-Tag: qemu-xen-4.20.0~134^2~3 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5b957bf6d378cfa0c196b2be119449e086647612;p=qemu-xen.git qerror: QERR_IO_ERROR is no longer used, drop Signed-off-by: Markus Armbruster Message-ID: <20240513141703.549874-7-armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé --- diff --git a/include/qapi/qmp/qerror.h b/include/qapi/qmp/qerror.h index 00b18e9082..bc9116f76a 100644 --- a/include/qapi/qmp/qerror.h +++ b/include/qapi/qmp/qerror.h @@ -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"