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
@ -527,8 +527,6 @@ const char *object_get_typename(Object *obj);
|
||||
*/
|
||||
Type type_register_static(const TypeInfo *info);
|
||||
|
||||
#define type_register_static_alias(info, name) do { } while (0)
|
||||
|
||||
/**
|
||||
* type_register:
|
||||
* @info: The #TypeInfo of the new type
|
||||
|
Loading…
Reference in New Issue
Block a user