]> git.proxmox.com Git - qemu.git/blobdiff - include/qemu/object.h
qom: Drop type_register_static_alias() macro
[qemu.git] / 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