projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8b6895
)
qerror: drop QERR_OPEN_FILE_FAILED macro
author
Luiz Capitulino
<lcapitulino@redhat.com>
Fri, 7 Jun 2013 18:37:54 +0000
(14:37 -0400)
committer
Luiz Capitulino
<lcapitulino@redhat.com>
Mon, 17 Jun 2013 15:01:14 +0000
(11:01 -0400)
Not used since the last commit.
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Acked-by: Kevin Wolf <kwolf@redhat.com>
include/qapi/qmp/qerror.h
patch
|
blob
|
history
diff --git
a/include/qapi/qmp/qerror.h
b/include/qapi/qmp/qerror.h
index 6c0a18dfc403537dd7d641f3dde69c1de4f20417..c30c2f6d7a307abb658d1675a8aea75cf345f866 100644
(file)
--- 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"