This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Avoid redundant hv_delete call in pp_entereval
authorFather Chrysostomos <sprout@cpan.org>
Fri, 26 Nov 2010 20:44:43 +0000 (12:44 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 26 Nov 2010 20:45:13 +0000 (12:45 -0800)
commit7857f36095641de1280b49b62ddb1f1ad78db186
tree1de60ae44bcd4914b9700c2327fc892a14486f84
parent75bd28cfd597653e1169cbeb4920b7ba42eb8503
Avoid redundant hv_delete call in pp_entereval

This commit just avoids a redundant hv_delete call if leave_scope is
already going to do it.
pp_ctl.c