]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qom: Drop type_register_static_alias() macro
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 23 May 2012 16:58:15 +0000 (18:58 +0200)
committerAndreas Färber <afaerber@suse.de>
Mon, 18 Jun 2012 13:14:37 +0000 (15:14 +0200)
It's unused.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
include/qemu/object.h

index ff5444f487b5a81e60453bcf7f375a484d38b4cd..b16d99be8c146d39e379193779dd9187d778b19a 100644 (file)
@@ -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