diff mbox series

[7/7] qerror: QERR_PROPERTY_VALUE_OUT_OF_RANGE is no longer used, drop

Message ID 20241010145630.985335-8-armbru@redhat.com (mailing list archive)
State New, archived
Headers show
Series error: Eliminate QERR_PROPERTY_VALUE_OUT_OF_RANGE | expand

Commit Message

Markus Armbruster Oct. 10, 2024, 2:56 p.m. UTC
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 include/qapi/qmp/qerror.h | 3 ---
 1 file changed, 3 deletions(-)

Comments

Daniel P. Berrangé Oct. 10, 2024, 3:57 p.m. UTC | #1
On Thu, Oct 10, 2024 at 04:56:30PM +0200, Markus Armbruster wrote:
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>  include/qapi/qmp/qerror.h | 3 ---
>  1 file changed, 3 deletions(-)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


With regards,
Daniel
diff mbox series

Patch

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 */