OSDN Git Service

monitor: Remove unused bool field 'qapi' in mon_cmd_t struct
authorJeff Cody <jcody@redhat.com>
Mon, 12 Mar 2012 18:13:57 +0000 (14:13 -0400)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Mon, 19 Mar 2012 10:52:52 +0000 (10:52 +0000)
commitc07c163e0e8cd89ab916774064f26a756eee08e9
treec03e0cdbfd8924e4aadf99ef60ec5e6076bb938a
parentfbac6a7d35d119a52606c175aface9bcec805f09
monitor: Remove unused bool field 'qapi' in mon_cmd_t struct

Some minor code cleanup: the 'qapi' bool field in mon_cmd_t is
unused, and can be removed.

Signed-off-by: Jeff Cody <jcody@redhat.com>
Acked-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
monitor.c