compiler/PPCDelegateNode.st
changeset 438 20598d7ce9fa
parent 422 116d2b2af905
child 452 9f4558b3be66
--- a/compiler/PPCDelegateNode.st	Tue Apr 21 17:20:11 2015 +0100
+++ b/compiler/PPCDelegateNode.st	Thu Apr 30 23:43:14 2015 +0200
@@ -38,17 +38,6 @@
 	^ false
 ! !
 
-!PPCDelegateNode methodsFor:'optimizing'!
-
-inline: changeStatus	
-	| inlinedNode |
-	inlinedNode := child asInlined.
-	(inlinedNode ~= child) ifTrue: [ 
-		changeStatus change.
-		self replace: child with: inlinedNode.
-	]
-! !
-
 !PPCDelegateNode methodsFor:'transformation'!
 
 replace: node with: anotherNode