#REFACTORING by stefan
authorStefan Vogel <sv@exept.de>
Fri, 23 Jun 2017 10:59:10 +0200
changeset 21920 56d37fc40d49
parent 21919 585122c5547c
child 21921 546b8e4e4e2e
#REFACTORING by stefan class: CheapBlock removed: #method
CheapBlock.st
--- a/CheapBlock.st	Fri Jun 23 10:58:11 2017 +0200
+++ b/CheapBlock.st	Fri Jun 23 10:59:10 2017 +0200
@@ -96,16 +96,6 @@
     "Modified: 19.6.1997 / 16:15:44 / cg"
 !
 
-method
-    "return the receiver's home method.
-     That's the method where the block was created.
-     Obsolete: use #homeMethod for ST80 compatibility."
-
-    ^ method
-
-    "Modified: 19.6.1997 / 16:15:58 / cg"
-!
-
 selfValue
     "return the copied self"