Commit 5e0998fa4f0300ec99d0e30c994a500d91cb40c1

Guillem Jover 2018-06-09T00:08:14

Remove dead code in vis The loop only executes while len > 0, and the trinary operator in the function argument is checking against len >= 1 which will always be true. Warned-by: coverity