]> Git Repo - qemu.git/commitdiff
monitor: Remove unused bool field 'qapi' in mon_cmd_t struct
authorJeff Cody <[email protected]>
Mon, 12 Mar 2012 18:13:57 +0000 (14:13 -0400)
committerStefan Hajnoczi <[email protected]>
Mon, 19 Mar 2012 10:52:52 +0000 (10:52 +0000)
Some minor code cleanup: the 'qapi' bool field in mon_cmd_t is
unused, and can be removed.

Signed-off-by: Jeff Cody <[email protected]>
Acked-by: Luiz Capitulino <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
monitor.c

index d57e7bf61d4648b4243fe90291cad6013973bbaf..e71a141dd153c9309d92eb3c9e9cdb32bf3bef6c 100644 (file)
--- a/monitor.c
+++ b/monitor.c
@@ -128,7 +128,6 @@ typedef struct mon_cmd_t {
         int  (*cmd_async)(Monitor *mon, const QDict *params,
                           MonitorCompletion *cb, void *opaque);
     } mhandler;
-    bool qapi;
     int flags;
 } mon_cmd_t;
 
This page took 0.031597 seconds and 4 git commands to generate.