ReadWriteStream.st
branchjv
changeset 17728 bbc5fa73dfab
parent 17711 39faaaf888b4
child 17761 b0e5971141bc
--- a/ReadWriteStream.st	Sun Aug 16 18:14:23 2009 +0100
+++ b/ReadWriteStream.st	Wed Aug 19 17:14:36 2009 +0100
@@ -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
-    ^ '$Id: ReadWriteStream.st 10447 2009-06-14 13:09:55Z vranyj1 $'
+    ^ '$Id: ReadWriteStream.st 10467 2009-08-19 16:14:36Z vranyj1 $'
 ! !