From: Paolo Bonzini Date: Wed, 23 May 2012 16:58:15 +0000 (+0200) Subject: qom: Drop type_register_static_alias() macro X-Git-Tag: qemu-xen-4.3.0-rc1~984^2~16 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9c4b4cc436b3b05f5af79ba06c23acbe64319231;p=qemu-upstream-4.6-testing.git qom: Drop type_register_static_alias() macro It's unused. Signed-off-by: Paolo Bonzini Signed-off-by: Andreas Färber --- diff --git a/include/qemu/object.h b/include/qemu/object.h index ff5444f48..b16d99be8 100644 --- a/include/qemu/object.h +++ b/include/qemu/object.h @@ -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