From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Mon, 15 Jan 2001 13:09:10 +0000 (+0000)
Subject: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9968959d9df2de372ea2c7ef6b2b061432329ba2;p=p5sagit%2Fp5-mst-13.2.git

(Replaced by #8448)  Traces of op_children (cleanup of #8442)

p4raw-id: //depot/perl@8444
---

diff --git a/ext/B/B.xs b/ext/B/B.xs
index ec9e578..6b00e5a 100644
--- a/ext/B/B.xs
+++ b/ext/B/B.xs
@@ -648,14 +648,8 @@ B::OP
 LOGOP_other(o)
 	B::LOGOP	o
 
-#define LISTOP_children(o)	o->op_children
-
 MODULE = B	PACKAGE = B::LISTOP		PREFIX = LISTOP_
 
-U32
-LISTOP_children(o)
-	B::LISTOP	o
-
 #define PMOP_pmreplroot(o)	o->op_pmreplroot
 #define PMOP_pmreplstart(o)	o->op_pmreplstart
 #define PMOP_pmnext(o)		o->op_pmnext