This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Remove redundant line.
authorKarl Williamson <public@khwilliamson.com>
Sun, 31 Oct 2010 16:33:50 +0000 (10:33 -0600)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 31 Oct 2010 21:56:46 +0000 (14:56 -0700)
commitb32d7d3e8f81b492f99ac325dc00ad4dca683023
tree991bc5561e8fb96e80618b7bf99c27dbcc41d0bc
parent4b3cda86f0c2a54a1ac8bbbaf4a2412f98dff6c0
regexec.c: Remove redundant line.

Now that reginclass is guaranteed to return the match length upon
success, the caller need not do it again.
regexec.c