qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 06/22] qom: Drop type_register_static_alias() macro


From: Andreas Färber
Subject: [Qemu-devel] [PATCH 06/22] qom: Drop type_register_static_alias() macro
Date: Mon, 18 Jun 2012 15:58:58 +0200

From: Paolo Bonzini <address@hidden>

It's unused.

Signed-off-by: Paolo Bonzini <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
---
 include/qemu/object.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/qemu/object.h b/include/qemu/object.h
index ff5444f..b16d99b 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
-- 
1.7.7




reply via email to

[Prev in Thread] Current Thread [Next in Thread]