diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2012-08-01 18:06:44 -0300 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2012-08-13 14:17:53 -0300 |
commit | 6d3f0dbb304d59759b2faf1e50db94d996f51f8a (patch) | |
tree | 281287688341094d00e2d0b26bb124b0d1ec0212 /qerror.h | |
parent | 3647f5c161dddb5ec22c2d8e0ab27811959e3ada (diff) | |
download | qemu-6d3f0dbb304d59759b2faf1e50db94d996f51f8a.tar.gz qemu-6d3f0dbb304d59759b2faf1e50db94d996f51f8a.tar.bz2 qemu-6d3f0dbb304d59759b2faf1e50db94d996f51f8a.zip |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -21,7 +21,6 @@ typedef struct QError { QObject_HEAD; - QDict *error; Location loc; char *err_msg; ErrorClass err_class; |