From 9c4b4cc436b3b05f5af79ba06c23acbe64319231 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Wed, 23 May 2012 18:58:15 +0200 Subject: [PATCH] qom: Drop type_register_static_alias() macro MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It's unused. Signed-off-by: Paolo Bonzini Signed-off-by: Andreas Färber --- include/qemu/object.h | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.2