From 82e2da1e1c59d01913b3af8f90692f5ba28bff9d Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 7 Jan 2015 09:44:22 -0800 Subject: op.c: S_maybe_targlex needs no dVAR I thought it would be needed for PL_opargs, but PL_opargs is truly global, even with PERL_GLOBAL_STRUCT. --- op.c | 1 - 1 file changed, 1 deletion(-) (limited to 'op.c') diff --git a/op.c b/op.c index 51b0bf09c4..9e5e926097 100644 --- a/op.c +++ b/op.c @@ -10442,7 +10442,6 @@ Perl_ck_smartmatch(pTHX_ OP *o) static OP * S_maybe_targlex(pTHX_ OP *o) { - dVAR; OP * const kid = cLISTOPo->op_first; /* has a disposable target? */ if ((PL_opargs[kid->op_type] & OA_TARGLEX) -- cgit v1.2.1