diff -r 54b3bc9e3987 -r 20598d7ce9fa compiler/PPCDelegateNode.st --- 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