Browse Source

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>
Markus Armbruster 1 year ago
parent
commit
5b957bf6d3
1 changed files with 0 additions and 3 deletions
  1. 0 3
      include/qapi/qmp/qerror.h

+ 0 - 3
include/qapi/qmp/qerror.h

@@ -20,9 +20,6 @@
 #define QERR_INVALID_PARAMETER_VALUE \
 #define QERR_INVALID_PARAMETER_VALUE \
     "Parameter '%s' expects %s"
     "Parameter '%s' expects %s"
 
 
-#define QERR_IO_ERROR \
-    "An IO error has occurred"
-
 #define QERR_MISSING_PARAMETER \
 #define QERR_MISSING_PARAMETER \
     "Parameter '%s' is missing"
     "Parameter '%s' is missing"