op.c: Remove a redundant ck_subr call from dofile
authorFather Chrysostomos <sprout@cpan.org>
Sun, 29 Apr 2012 06:43:42 +0000 (23:43 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 22 May 2012 04:37:10 +0000 (21:37 -0700)
commit213aa87d36f7cebec966c5e70cad7b91ccc7fb01
tree957fd78cf6e3c35e2169c16b4b089d5405e1c9a2
parent39e3b1bcb1568b34b8b8303630cb1bc8dad1eb14
op.c: Remove a redundant ck_subr call from dofile

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