]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
qerror: QERR_IO_ERROR is no longer used, drop
authorMarkus Armbruster <armbru@redhat.com>
Mon, 13 May 2024 14:17:03 +0000 (16:17 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 27 May 2024 10:53:29 +0000 (12:53 +0200)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240513141703.549874-7-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
include/qapi/qmp/qerror.h

index 00b18e9082031b5d7466d0a8e7af18b8cd321d09..bc9116f76a0ed3e28e8dfb078a753ff6be2f76d5 100644 (file)
@@ -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"