qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH] Remove type field in ModuleEntry as it's not used


From: Chen Yufei
Subject: [Qemu-trivial] [PATCH] Remove type field in ModuleEntry as it's not used.
Date: Tue, 6 Mar 2012 21:24:45 +0800

---
 module.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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;
-- 
1.7.3.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]