From: Chen Yufei <cyfdecyf@gmail.com>
To: qemu-trivial@nongnu.org
Cc: Chen Yufei <cyfdecyf@gmail.com>, qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] Remove type field in ModuleEntry as it's not used.
Date: Wed, 7 Mar 2012 23:36:43 +0800 [thread overview]
Message-ID: <1331134603-73952-1-git-send-email-cyfdecyf@gmail.com> (raw)
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
next reply other threads:[~2012-03-07 15:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-07 15:36 Chen Yufei [this message]
2012-03-07 16:19 ` [Qemu-devel] [PATCH] Remove type field in ModuleEntry as it's not used Andreas Färber
2012-03-15 8:17 ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1331134603-73952-1-git-send-email-cyfdecyf@gmail.com \
--to=cyfdecyf@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).