compiler/PPCInlinedMethod.st
changeset 525 751532c8f3db
parent 516 3b81c9e53352
parent 524 f6f68d32de73
child 538 16e8536f5cfb
--- a/compiler/PPCInlinedMethod.st	Tue Aug 18 22:46:10 2015 +0100
+++ b/compiler/PPCInlinedMethod.st	Mon Aug 24 15:56:20 2015 +0100
@@ -22,13 +22,6 @@
     ^ self code
 !
 
-code
-    self error: 'deprecated?'.
-    ^ (String streamContents:[:s |" buffer codeOn:s "]) trimRight
-
-    "Modified (format): / 01-06-2015 / 21:44:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
 isInline
     ^ true
 !