This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Remove no longer necessary loop
authorKarl Williamson <public@khwilliamson.com>
Mon, 6 Dec 2010 22:11:59 +0000 (15:11 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 11 Dec 2010 22:57:23 +0000 (15:57 -0700)
commitb8e7c664739512d97c3d65f44d80a53754521f15
tree084c4b29b70069e74792ddb1e0253664b72bc089
parentffc130aa464ab42cfe8e8a19205f5b398675d98f
regcomp.c: Remove no longer necessary loop

Recent changes to this cause the bitmap to be populated where possible
with the all folding taken into consideration.  Therefore, the FOLD flag
isn't necessary except when that wasn't possible, and the loop that went
through looking for folds is also not necessary, as the bitmap is
now completely populated before it gets to where the loop was.
regcomp.c