diff options
| -rw-r--r-- | vl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vl.c b/vl.c index 611d8878c6..a5ae5f23d2 100644 --- a/vl.c +++ b/vl.c @@ -1523,9 +1523,6 @@ static int machine_help_func(QemuOpts *opts, MachineState *machine) return 1; } -/***********************************************************/ -/* main execution loop */ - struct vm_change_state_entry { VMChangeStateHandler *cb; void *opaque; |