This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: remove no longer needed test
authorKarl Williamson <public@khwilliamson.com>
Tue, 7 Dec 2010 22:04:20 +0000 (15:04 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 11 Dec 2010 22:57:37 +0000 (15:57 -0700)
commitb3a66ba06366992e90140792ae0fb1480093d249
tree379d6bfc97f57cb4051c0a67d9004a1d4c6d7e5e
parentce1c68b24a719356e8e7724a2c8a963159f3c18d
regcomp.c: remove no longer needed test

optimize_invert is no longer needed given the changes already made, as
now if there is something not in the bitmap, a flag will be set, and the
optimization doesn't take place unless the only flag is inversion.  And,
the bitmap is setup completely now for anything that doesn't have to be
deferred to runtime, and such deferrals are marked with other flags.
regcomp.c