regcomp.c: Remove unreachable code
authorKarl Williamson <public@khwilliamson.com>
Mon, 19 Aug 2013 18:15:56 +0000 (12:15 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 29 Aug 2013 16:56:59 +0000 (10:56 -0600)
commit7d006b1308eac5c7e26d59304a8ad5d2193be0f1
treed7aeb53b7561e06f3801400db6bb69010cd8f234
parent2fdb7295f4d0ecf2360c772782cf005fe0c85bac
regcomp.c: Remove unreachable code

This code no longer gets executed, as the single multi-char fold in the
Latin1 range is pre-folded before this code sees it.  The surrounding
code didn't properly handle multi-char folds either.

Not having to deal with this allows us to not have to call the general
purpose function, but we do have to deal with one edge case
regcomp.c