False.st
changeset 9644 478cad435737
parent 9225 5bf44f0ac937
child 9662 7d3a65860bb7
--- a/False.st	Wed Aug 23 16:04:22 2006 +0200
+++ b/False.st	Wed Aug 23 16:04:25 2006 +0200
@@ -56,14 +56,6 @@
 "
 ! !
 
-!False methodsFor:'binary storage'!
-
-storeBinaryOn: stream manager: manager
-    "store a binary representation of the receiver on stream;
-     redefined, since false is stored with a special type-code"
-
-    stream nextPut: manager codeForFalse
-! !
 
 !False methodsFor:'conditional evaluation'!
 
@@ -190,5 +182,5 @@
 !False class methodsFor:'documentation'!
 
 version
-^ '$Header: /cvs/stx/stx/libbasic/False.st,v 1.21 2006-03-06 08:57:41 cg Exp $'
+^ '$Header: /cvs/stx/stx/libbasic/False.st,v 1.22 2006-08-23 14:04:25 cg Exp $'
 ! !