projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
745549c
)
qom: Drop type_register_static_alias() macro
author
Paolo Bonzini
<pbonzini@redhat.com>
Wed, 23 May 2012 16:58:15 +0000
(18:58 +0200)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/include/qemu/object.h
b/include/qemu/object.h
index ff5444f487b5a81e60453bcf7f375a484d38b4cd..b16d99be8c146d39e379193779dd9187d778b19a 100644
(file)
--- 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