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: qemu-xen-4.3.0-rc1~1349^2~7 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b920df5c79f64fe9617ef070cd6bda1738172f84;p=qemu-upstream-4.4-testing.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 106a96944..c3a6da7a8 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;