vl: Remove useless 'continue'
commita629f2fdba18c8860e0995a846f7cb14b03cde24
authorChen Gang <gang.chen.5i5j@gmail.com>
Tue, 15 Apr 2014 23:56:20 +0000 (16 07:56 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 28 Apr 2014 04:55:31 +0000 (28 08:55 +0400)
tree25d3e0527bd66c2aa51e81a403678e1d32c723a0
parent5d77c8f9b61fbcbf26bb9647935df57a1eed6c05
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 <gang.chen.5i5j@gmail.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
vl.c