changed #on: functionality moved to WriteStream
authorStefan Vogel <sv@exept.de>
Wed, 08 Jul 2009 20:01:50 +0200
changeset 11795 1959524b4c2f
parent 11794 ad5fcc151a09
child 11796 b53df9678de9
changed #on: functionality moved to WriteStream
ReadWriteStream.st
--- a/ReadWriteStream.st	Wed Jul 08 20:01:03 2009 +0200
+++ b/ReadWriteStream.st	Wed Jul 08 20:01:50 2009 +0200
@@ -140,11 +140,6 @@
 
 !ReadWriteStream methodsFor:'initialization'!
 
-on:initialCollection
-    super on:initialCollection.
-    readLimit := 0.
-!
-
 with:initialCollection
     "redefined from WriteStream, to position to the beginning of the stream"
 
@@ -169,5 +164,5 @@
 !ReadWriteStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ReadWriteStream.st,v 1.29 2009-01-13 14:48:15 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ReadWriteStream.st,v 1.30 2009-07-08 18:01:50 stefan Exp $'
 ! !