This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
op.c: Remove a redundant ck_subr call from ck_require
authorFather Chrysostomos <sprout@cpan.org>
Sun, 29 Apr 2012 06:46:03 +0000 (23:46 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 22 May 2012 04:37:24 +0000 (21:37 -0700)
commitd1bef648d00af2e0c9ce78078a6f5588f1a9f79d
tree8ae976761343d65f2e4424610899d38b670020f5
parent7ae76aaa52e4db029e223ae2ae85632bb2299bf4
op.c: Remove a redundant ck_subr call from ck_require

newUNOP(OP_ENTERSUB, ...) already calls ck_subr, so wrapping it in
ck_subr(...) is unnecessary and wasteful of precious CPU time.
op.c