This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Remove redundant calculation
authorKarl Williamson <public@khwilliamson.com>
Thu, 20 Dec 2012 23:14:05 +0000 (16:14 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 22 Dec 2012 16:48:17 +0000 (09:48 -0700)
commit4200a00c234411fe4800088d64b581357643b307
tree3955fc9fbc992d66559581d82c90b61eb8d2406c
parent23c3e66f98d2fbf3b72c1f6bd09d6bb745c38362
regexec.c: Remove redundant calculation

Commit 9a902117f5d8a3ebc669e3a90eeb7cee78286a33 introduced a redundancy.
It calculates a value twice.
regexec.c