From: Chen Yufei Date: Wed, 7 Mar 2012 15:36:43 +0000 (+0800) Subject: Remove type field in ModuleEntry as it's not used X-Git-Tag: v1.1-rc0~217^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b920df5c79f64fe9617ef070cd6bda1738172f84;p=thirdparty%2Fqemu.git Remove type field in ModuleEntry as it's not used Signed-off-by: Chen Yufei Acked-by: Andreas Färber Signed-off-by: Stefan Hajnoczi --- diff --git a/module.c b/module.c index 106a969449d..c3a6da7a867 100644 --- a/module.c +++ b/module.c @@ -19,7 +19,6 @@ typedef struct ModuleEntry { - module_init_type type; void (*init)(void); QTAILQ_ENTRY(ModuleEntry) node; } ModuleEntry;