On 2013/5/9 1:59, Eric Blake wrote:
[assuming you mis-typed your cc:, and that you meant kwolf instead of
kwol at redhat]
On 05/08/2013 02:45 AM, Dong Xu Wang wrote:
Signed-off-by: Dong Xu Wang <wdon...@linux.vnet.ibm.com>
---
include/qemu/option.h | 32 ------
util/qemu-option.c | 285 -----
---------------------------------------------
2 files changed, 317 deletions(-)
diff --git a/include/qemu/option.h b/include/qemu/option.h
index d63e447..51814cf 100644
--- a/include/qemu/option.h
+++ b/include/qemu/option.h
@@ -38,17 +38,6 @@ enum QEMUOptionParType {
OPT_STRING,
};
-typedef struct QEMUOptionParameter {
- const char *name;
- enum QEMUOptionParType type;
'enum QEMUOptionParType' several lines earlier is now unused; you should
clean that too.
Yes, will remove it after reviewing, thank you, Eric.