Commit dbfbc637 authored by Luiz Capitulino's avatar Luiz Capitulino
Browse files

qerror: drop QERR_OPEN_FILE_FAILED macro



Not used since the last commit.

Signed-off-by: default avatarLuiz Capitulino <lcapitulino@redhat.com>
Acked-by: default avatarKevin Wolf <kwolf@redhat.com>
parent d8b6895f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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"