qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Remove type field in ModuleEntry as it's not used.
@ 2012-03-07 15:36 Chen Yufei
  2012-03-07 16:19 ` Andreas Färber
  2012-03-15  8:17 ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
  0 siblings, 2 replies; 3+ messages in thread
From: Chen Yufei @ 2012-03-07 15:36 UTC (permalink / raw)
  To: qemu-trivial; +Cc: Chen Yufei, qemu-devel

Signed-off-by: Chen Yufei <cyfdecyf@gmail.com>
---
 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-03-15  9:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-07 15:36 [Qemu-devel] [PATCH] Remove type field in ModuleEntry as it's not used Chen Yufei
2012-03-07 16:19 ` Andreas Färber
2012-03-15  8:17 ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).