summaryrefslogtreecommitdiffstats
path: root/include/qapi
diff options
context:
space:
mode:
authorLuiz Capitulino2013-06-07 20:37:54 +0200
committerLuiz Capitulino2013-06-17 17:01:14 +0200
commitdbfbc6373441e436ac6e2bcf7a8acb284225aa21 (patch)
treee5fbc02f2106f7dbf47ce017b200534943e85081 /include/qapi
parentblock: bdrv_reopen_prepare(): don't use QERR_OPEN_FILE_FAILED (diff)
downloadqemu-dbfbc6373441e436ac6e2bcf7a8acb284225aa21.tar.gz
qemu-dbfbc6373441e436ac6e2bcf7a8acb284225aa21.tar.xz
qemu-dbfbc6373441e436ac6e2bcf7a8acb284225aa21.zip
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>
Diffstat (limited to 'include/qapi')
-rw-r--r--include/qapi/qmp/qerror.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/qapi/qmp/qerror.h b/include/qapi/qmp/qerror.h
index 6c0a18dfc4..c30c2f6d7a 100644
--- a/include/qapi/qmp/qerror.h
+++ b/include/qapi/qmp/qerror.h
@@ -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"