summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--op.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/op.c b/op.c
index 53b98617b4..1331b15dd9 100644
--- a/op.c
+++ b/op.c
@@ -306,7 +306,6 @@ Perl_op_free(pTHX_ OP *o)
op_free(kid);
}
}
- type = o->op_type;
if (type == OP_NULL)
type = (OPCODE)o->op_targ;