obsolete commented code removed.
authorClaus Gittinger <cg@exept.de>
Mon, 27 Oct 2003 22:28:00 +0100
changeset 7703 b0aa99db6575
parent 7702 aa9eedcf00d2
child 7704 a193fbc5eb52
obsolete commented code removed.
ObjectMemory.st
--- a/ObjectMemory.st	Mon Oct 27 22:27:07 2003 +0100
+++ b/ObjectMemory.st	Mon Oct 27 22:28:00 2003 +0100
@@ -670,13 +670,9 @@
     "initialize the class"
 
     AllocationFailureSignal isNil ifTrue:[
-"/        AllocationFailureSignal := ErrorSignal newSignalMayProceed:true.
-"/        AllocationFailureSignal nameClass:self message:#allocationFailureSignal.
         AllocationFailureSignal := AllocationFailure.
         AllocationFailureSignal notifierString:'allocation failure'.
 
-"/        MallocFailureSignal := AllocationFailureSignal newSignalMayProceed:true.
-"/        MallocFailureSignal nameClass:self message:#mallocFailureSignal.
         MallocFailureSignal := MallocFailure.
         MallocFailureSignal notifierString:'(malloc) allocation failure'.
 
@@ -5059,7 +5055,7 @@
 !ObjectMemory class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ObjectMemory.st,v 1.207 2003-10-26 15:26:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ObjectMemory.st,v 1.208 2003-10-27 21:28:00 cg Exp $'
 ! !
 
 ObjectMemory initialize!