In "vl.c", at least, we can simplify the code below, so can let readers read professional C code (especially for new readers, which often start reading code at main function).
- Remove useless 'continue' in main(). - Eliminate a superfluous local variable in main(). Signed-off-by: Chen Gang <gang.chen.5...@gmail.com> --- vl.c | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-)