diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-10-31 13:31:13 -0600 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-31 16:16:41 -0700 |
commit | e051a21d2458b5ce83206336c2ee2d39013b8d1b (patch) | |
tree | f6f243ace41117be2381d3f35922821a886012c4 /regcomp.h | |
parent | 7cdde5444c9ad8cccf237ec340ddb54f58ce3cf0 (diff) | |
download | perl-e051a21d2458b5ce83206336c2ee2d39013b8d1b.tar.gz |
reginclass: Remove redundant test
The previous re-ordering of this function makes it clear that this test
doesn't do anything. It is testing the charclass bitmap, but that was
already done in the re-ordered block from a previous commit, so if it
didn't succeed there, it won't succeed here.
In fact, trying to understand why this code was here was what led me to
figure out that it wasn't, and that things could be sped up by doing the
reordering.
Diffstat (limited to 'regcomp.h')
0 files changed, 0 insertions, 0 deletions