qerror: drop QERR_OPEN_FILE_FAILED macro
Not used since the last commit. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Acked-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
d8b6895f7a
commit
dbfbc63734
@ -177,9 +177,6 @@ void assert_no_error(Error *err);
|
||||
#define QERR_NOT_SUPPORTED \
|
||||
ERROR_CLASS_GENERIC_ERROR, "Not supported"
|
||||
|
||||
#define QERR_OPEN_FILE_FAILED \
|
||||
ERROR_CLASS_GENERIC_ERROR, "Could not open '%s'"
|
||||
|
||||
#define QERR_PERMISSION_DENIED \
|
||||
ERROR_CLASS_GENERIC_ERROR, "Insufficient permission to perform this operation"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user