Remove unused method
authorStefan Vogel <sv@exept.de>
Wed, 18 Feb 2004 17:13:01 +0100
changeset 7966 bd7113e2fb0d
parent 7965 fe275967a21c
child 7967 f9baf81d6991
Remove unused method
AllocationFailure.st
--- a/AllocationFailure.st	Wed Feb 18 15:24:31 2004 +0100
+++ b/AllocationFailure.st	Wed Feb 18 17:13:01 2004 +0100
@@ -39,14 +39,10 @@
 
 mayProceed
     ^ true
-!
-
-mayResume
-    ^ true
 ! !
 
 !AllocationFailure class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/AllocationFailure.st,v 1.3 2003-08-29 19:30:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AllocationFailure.st,v 1.4 2004-02-18 16:13:01 stefan Exp $'
 ! !