Hash :
5e0998fa
Author :
Date :
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