Re: [PATCH] Removed a redundant o->op_type
Paul Johnson [Tue, 28 Feb 2006 20:17:31 +0000 (21:17 +0100)]
Message-ID: <20060228191731.GD20933@pjcj.net>

p4raw-id: //depot/perl@27397

op.c

diff --git a/op.c b/op.c
index 53b9861..1331b15 100644 (file)
--- 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;