boss stuff separated
authorClaus Gittinger <cg@exept.de>
Wed, 23 Aug 2006 16:06:04 +0200
changeset 9649 03e09fdd15df
parent 9648 5aa4a62f0f48
child 9650 54b4bddfa11e
boss stuff separated
Set.st
--- a/Set.st	Wed Aug 23 16:06:01 2006 +0200
+++ b/Set.st	Wed Aug 23 16:06:04 2006 +0200
@@ -436,14 +436,6 @@
     "Modified: / 16.11.2001 / 10:22:59 / cg"
 ! !
 
-!Set methodsFor:'binary storage'!
-
-readBinaryContentsFrom: stream manager: manager
-    "must rehash after reload"
-
-    super readBinaryContentsFrom: stream manager: manager.
-    self rehash
-! !
 
 !Set methodsFor:'comparing'!
 
@@ -1009,7 +1001,6 @@
     ^ tally
 ! !
 
-
 !Set methodsFor:'testing'!
 
 capacity 
@@ -1121,7 +1112,7 @@
 !Set class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Set.st,v 1.96 2006-07-03 16:13:40 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Set.st,v 1.97 2006-08-23 14:06:04 cg Exp $'
 ! !
 
 Set initialize!