mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-18 07:32:06 -06:00
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>
This commit is contained in:
parent
5bd33de663
commit
b920df5c79
1 changed files with 0 additions and 1 deletions
1
module.c
1
module.c
|
@ -19,7 +19,6 @@
|
|||
|
||||
typedef struct ModuleEntry
|
||||
{
|
||||
module_init_type type;
|
||||
void (*init)(void);
|
||||
QTAILQ_ENTRY(ModuleEntry) node;
|
||||
} ModuleEntry;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue