]> git.proxmox.com Git - qemu.git/blobdiff - module.c
softfloat: Replace int16 type with int_fast16_t
[qemu.git] / module.c
index 106a969449d71e6be12afe4f7cb473626166d31a..c3a6da7a86712cd141acfce06c08cabde80c2dbc 100644 (file)
--- 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;