From a629f2fdba18c8860e0995a846f7cb14b03cde24 Mon Sep 17 00:00:00 2001 From: Chen Gang Date: Wed, 16 Apr 2014 07:56:20 +0800 Subject: [PATCH] vl: Remove useless 'continue' "This if else has no code between it and the end of the enclosing while loop. This makes this continue redundant." Signed-off-by: Chen Gang Reviewed-by: Markus Armbruster Signed-off-by: Michael Tokarev --- vl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/vl.c b/vl.c index d6c5df192a..0b08a029c6 100644 --- a/vl.c +++ b/vl.c @@ -3042,7 +3042,6 @@ int main(int argc, char **argv, char **envp) if (argv[optind][0] != '-') { /* disk image */ optind++; - continue; } else { const QEMUOption *popt; -- GitLab