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: TizenStudio_2.0_p2.3.2~208^2~4356^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b920df5c79f64fe9617ef070cd6bda1738172f84;p=sdk%2Femulator%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 106a969..c3a6da7 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;