From: Chen Gang <gang.chen.5...@gmail.com>

"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 <gang.chen.5...@gmail.com>
Reviewed-by: Markus Armbruster <arm...@redhat.com>
Signed-off-by: Michael Tokarev <m...@tls.msk.ru>
---
 vl.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/vl.c b/vl.c
index d6c5df1..0b08a02 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;
 
-- 
1.7.10.4


Reply via email to