This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Remove duplicate assignments
authorKarl Williamson <public@khwilliamson.com>
Sat, 7 Jul 2012 14:15:56 +0000 (08:15 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 25 Jul 2012 03:13:46 +0000 (21:13 -0600)
commitbd413dfc11564604b50a64c390ddca9c25ac50a5
treec6c14dd90b3a60128cf5a4f0471491b0c2bdeb5a
parent265c1f46fbc1a513740bf4addc379f967f2b2214
regcomp.c: Remove duplicate assignments

These variables are already set to the same values a few lines up.
regcomp.c