summaryrefslogtreecommitdiff
path: root/qerror.h
diff options
context:
space:
mode:
authorLuiz Capitulino <lcapitulino@redhat.com>2012-08-01 18:06:44 -0300
committerLuiz Capitulino <lcapitulino@redhat.com>2012-08-13 14:17:53 -0300
commit6d3f0dbb304d59759b2faf1e50db94d996f51f8a (patch)
tree281287688341094d00e2d0b26bb124b0d1ec0212 /qerror.h
parent3647f5c161dddb5ec22c2d8e0ab27811959e3ada (diff)
downloadqemu-6d3f0dbb304d59759b2faf1e50db94d996f51f8a.tar.gz
error, qerror: drop QDict member
Used to store error information, but it's unused now. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qerror.h')
-rw-r--r--qerror.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qerror.h b/qerror.h
index c5ad29fedd..d0a76a4f71 100644
--- a/qerror.h
+++ b/qerror.h
@@ -21,7 +21,6 @@
typedef struct QError {
QObject_HEAD;
- QDict *error;
Location loc;
char *err_msg;
ErrorClass err_class;