mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
qdev: Remove opts member
It is no longer used. Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20250104-reuse-v18-14-c349eafd8673@daynix.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
a7a3784128
commit
ad1ea5ffa1
3 changed files with 7 additions and 10 deletions
|
@ -691,7 +691,6 @@ static void device_finalize(Object *obj)
|
|||
dev->canonical_path = NULL;
|
||||
}
|
||||
|
||||
qobject_unref(dev->opts);
|
||||
g_free(dev->id);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue