From: Markus Armbruster Date: Wed, 12 Oct 2022 15:38:01 +0000 (+0200) Subject: qerror: QERR_PERMISSION_DENIED is no longer used, drop X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0dddb0fc80f83d3bb469dc220ba8e2496b27a205;p=qemu.git qerror: QERR_PERMISSION_DENIED is no longer used, drop Signed-off-by: Markus Armbruster Message-Id: <20221012153801.2604340-5-armbru@redhat.com> --- diff --git a/include/qapi/qmp/qerror.h b/include/qapi/qmp/qerror.h index 596fce0c54..87ca83b155 100644 --- a/include/qapi/qmp/qerror.h +++ b/include/qapi/qmp/qerror.h @@ -50,9 +50,6 @@ #define QERR_MISSING_PARAMETER \ "Parameter '%s' is missing" -#define QERR_PERMISSION_DENIED \ - "Insufficient permission to perform this operation" - #define QERR_PROPERTY_VALUE_BAD \ "Property '%s.%s' doesn't take value '%s'"