From: Paul Johnson Date: Tue, 28 Feb 2006 20:17:31 +0000 (+0100) Subject: Re: [PATCH] Removed a redundant o->op_type X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=71fbae4b4b3f337a0c2643cc859be9d389fd2e98;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH] Removed a redundant o->op_type Message-ID: <20060228191731.GD20933@pjcj.net> p4raw-id: //depot/perl@27397 --- diff --git a/op.c b/op.c index 53b9861..1331b15 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;