From: Vincent Pit Date: Fri, 1 Jan 2010 21:35:24 +0000 (+0100) Subject: The global context isn't needed before we check the hint X-Git-Tag: v0.01~17 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Op.git;a=commitdiff_plain;h=a64f1396138777dcc234bef8dd2a964164077061 The global context isn't needed before we check the hint --- diff --git a/Op.xs b/Op.xs index 5c9413b..ba33ea6 100644 --- a/Op.xs +++ b/Op.xs @@ -177,8 +177,6 @@ STATIC IV sub_op_hint(pTHX) { STATIC OP *(*sub_op_old_ck_entersub)(pTHX_ OP *) = 0; STATIC OP *sub_op_ck_entersub(pTHX_ OP *o) { - dMY_CXT; - o = CALL_FPTR(sub_op_old_ck_entersub)(aTHX_ o); if (sub_op_hint()) {