summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2024-05-13 16:17:03 +0200
committerMarkus Armbruster <armbru@redhat.com>2024-05-27 12:53:29 +0200
commit5b957bf6d378cfa0c196b2be119449e086647612 (patch)
tree61be51a5330d2b19c1e6fe91d3259abb1f6d8346
parentfdac62dbd3de7e65c5a79798097894a29125c60e (diff)
downloadfocaccia-qemu-5b957bf6d378cfa0c196b2be119449e086647612.tar.gz
focaccia-qemu-5b957bf6d378cfa0c196b2be119449e086647612.zip
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>
-rw-r--r--include/qapi/qmp/qerror.h3
1 files changed, 0 insertions, 3 deletions
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"