Skip to content
  • Guillem Jover's avatar
    Remove dead code in vis · 5e0998fa
    Guillem Jover authored
    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
    5e0998fa