mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-23 16:08:41 -07:00
qom: Drop type_register_static_alias() macro
It's unused. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
745549c8d0
commit
9c4b4cc436
1 changed files with 0 additions and 2 deletions
|
|
@ -527,8 +527,6 @@ const char *object_get_typename(Object *obj);
|
||||||
*/
|
*/
|
||||||
Type type_register_static(const TypeInfo *info);
|
Type type_register_static(const TypeInfo *info);
|
||||||
|
|
||||||
#define type_register_static_alias(info, name) do { } while (0)
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* type_register:
|
* type_register:
|
||||||
* @info: The #TypeInfo of the new type
|
* @info: The #TypeInfo of the new type
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue