diff options
| author | Markus Armbruster <armbru@redhat.com> | 2024-10-10 17:01:44 +0200 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2024-10-18 15:03:35 +0200 |
| commit | 1824e9fc646c68e42e3f823b208382563ce5dc83 (patch) | |
| tree | c1545915f848814edcf91d124040ffe761c564b2 | |
| parent | 627c1e012cb3f14745f9b7d991642894a4402d5c (diff) | |
| download | focaccia-qemu-1824e9fc646c68e42e3f823b208382563ce5dc83.tar.gz focaccia-qemu-1824e9fc646c68e42e3f823b208382563ce5dc83.zip | |
qerror: QERR_PROPERTY_VALUE_OUT_OF_RANGE is no longer used, drop
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20241010150144.986655-8-armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
| -rw-r--r-- | include/qapi/qmp/qerror.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/qapi/qmp/qerror.h b/include/qapi/qmp/qerror.h index 101c1141b9..d1db6f18cd 100644 --- a/include/qapi/qmp/qerror.h +++ b/include/qapi/qmp/qerror.h @@ -23,7 +23,4 @@ #define QERR_MISSING_PARAMETER \ "Parameter '%s' is missing" -#define QERR_PROPERTY_VALUE_OUT_OF_RANGE \ - "Property %s.%s doesn't take value %" PRId64 " (minimum: %" PRId64 ", maximum: %" PRId64 ")" - #endif /* QERROR_H */ |