Re: [Qemu-devel] [PATCH] monitor: Remove unused bool field 'qapi' in mon_cmd_t struct

2012-03-15 Thread Stefan Hajnoczi
On Mon, Mar 12, 2012 at 02:13:57PM -0400, Jeff Cody wrote: > Some minor code cleanup: the 'qapi' bool field in mon_cmd_t is > unused, and can be removed. > > Signed-off-by: Jeff Cody > --- > monitor.c |1 - > 1 files changed, 0 insertions(+), 1 deletions(-) Thanks, applied to the trivial pa

Re: [Qemu-devel] [PATCH] monitor: Remove unused bool field 'qapi' in mon_cmd_t struct

2012-03-13 Thread Luiz Capitulino
On Mon, 12 Mar 2012 14:13:57 -0400 Jeff Cody wrote: > Some minor code cleanup: the 'qapi' bool field in mon_cmd_t is > unused, and can be removed. > > Signed-off-by: Jeff Cody Acked-by: Luiz Capitulino > --- > monitor.c |1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff

[Qemu-devel] [PATCH] monitor: Remove unused bool field 'qapi' in mon_cmd_t struct

2012-03-12 Thread Jeff Cody
Some minor code cleanup: the 'qapi' bool field in mon_cmd_t is unused, and can be removed. Signed-off-by: Jeff Cody --- monitor.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/monitor.c b/monitor.c index a787aab..34272eb 100644 --- a/monitor.c +++ b/monitor.c @@ -128,7