Change 27397 by [EMAIL PROTECTED] on 2006/03/06 23:31:21
Subject: Re: [PATCH] Removed a redundant o->op_type
From: Paul Johnson <[EMAIL PROTECTED]>
Date: Tue, 28 Feb 2006 20:17:31 +0100
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/op.c#771 edit
Differences ...
==== //depot/perl/op.c#771 (text) ====
Index: perl/op.c
--- perl/op.c#770~27349~ 2006-02-27 13:10:21.000000000 -0800
+++ perl/op.c 2006-03-06 15:31:21.000000000 -0800
@@ -306,7 +306,6 @@
op_free(kid);
}
}
- type = o->op_type;
if (type == OP_NULL)
type = (OPCODE)o->op_targ;
End of Patch.