Remove type field in ModuleEntry as it's not used

Signed-off-by: Chen Yufei <cyfdecyf@gmail.com>
Acked-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
stable-1.1
Chen Yufei 2012-03-07 23:36:43 +08:00 committed by Stefan Hajnoczi
parent 5bd33de663
commit b920df5c79
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@
typedef struct ModuleEntry
{
module_init_type type;
void (*init)(void);
QTAILQ_ENTRY(ModuleEntry) node;
} ModuleEntry;