This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Squash repetitive code in pp.c:S_delete_local
authorFather Chrysostomos <sprout@cpan.org>
Wed, 27 Jun 2012 04:31:53 +0000 (21:31 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 27 Jun 2012 07:51:45 +0000 (00:51 -0700)
commitca3f996a2d83666a56db1ff397a0882f51a46ce8
tree977b05b6e1950d7ad3f7df8403a780ca27b1aa1f
parentbe6064fd646b3102eae032226820fb886c52b961
Squash repetitive code in pp.c:S_delete_local

The two branches of this were almost identical.  Not only is it unnec-
essary to repeat the code, but it is error-prone, as bug fixes have to
be done in both branches.
pp.c