mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
qom: make object_finalize static
It is not used anymore, and there is no need to make it public. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
64b625f4b2
commit
339c2708e7
2 changed files with 1 additions and 10 deletions
|
@ -379,7 +379,7 @@ static void object_deinit(Object *obj, TypeImpl *type)
|
|||
}
|
||||
}
|
||||
|
||||
void object_finalize(void *data)
|
||||
static void object_finalize(void *data)
|
||||
{
|
||||
Object *obj = data;
|
||||
TypeImpl *ti = obj->class->type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue