summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2015-01-07 10:00:07 -0800
committerFather Chrysostomos <sprout@cpan.org>2015-01-07 10:00:07 -0800
commitae4b55ed9a6c700b7f48830c381d72d1f8dea1b5 (patch)
tree64e431d8aea5f3df1de93e9f41cc2aa715c9fc1a /op.c
parent7fa64c24a44df418e8bc4e701906c7a838a0caf5 (diff)
downloadperl-ae4b55ed9a6c700b7f48830c381d72d1f8dea1b5.tar.gz
op.c: Remove dVAR from pmruntime
It has not needed it since 3253bf854 make it call S_alloc_LOGOP instead of accessing PL_ppaddr directly.
Diffstat (limited to 'op.c')
-rw-r--r--op.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/op.c b/op.c
index 9e5e926097..dbcfdda30c 100644
--- a/op.c
+++ b/op.c
@@ -5461,7 +5461,6 @@ S_set_haseval(pTHX)
OP *
Perl_pmruntime(pTHX_ OP *o, OP *expr, bool isreg, I32 floor)
{
- dVAR;
PMOP *pm;
LOGOP *rcop;
I32 repl_has_vars = 0;