AllocationFailure.st
changeset 7966 bd7113e2fb0d
parent 7591 19fa013c1c58
child 8483 3e76a8fe740a
--- 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 $'
 ! !