ReadWriteStream.st
changeset 11795 1959524b4c2f
parent 11438 3464f7eee952
child 15352 be235b8d9c9e
child 18011 deb0c3355881
--- 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 $'
 ! !