mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
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>
This commit is contained in:
parent
3647f5c161
commit
6d3f0dbb30
3 changed files with 0 additions and 9 deletions
1
qerror.h
1
qerror.h
|
@ -21,7 +21,6 @@
|
|||
|
||||
typedef struct QError {
|
||||
QObject_HEAD;
|
||||
QDict *error;
|
||||
Location loc;
|
||||
char *err_msg;
|
||||
ErrorClass err_class;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue