gobwas/glob

Unreachable line in EveryOf.Len()

ondrejbudai opened this issue · 0 comments

This following line is unreachable:

l += ml

l is by default 0 and its value can only change inside the if l > 0 block.