ReadStream.st
changeset 7483 471b86450ede
parent 7114 acc13967229e
child 8098 8d1d5cd8529b
--- a/ReadStream.st	Tue Jul 08 16:40:12 2003 +0200
+++ b/ReadStream.st	Tue Jul 08 22:31:22 2003 +0200
@@ -45,6 +45,7 @@
 "
 ! !
 
+
 !ReadStream methodsFor:'converting'!
 
 readStream
@@ -81,16 +82,6 @@
     "Modified: 15.5.1996 / 17:30:33 / cg"
 ! !
 
-!ReadStream methodsFor:'misc'!
-
-readWait
-    ^ self "/ never have to wait
-!
-
-readWaitWithTimeoutMs:millis
-    ^ false "/ never have to wait
-! !
-
 !ReadStream methodsFor:'queries'!
 
 copyFrom:beginning to:end
@@ -737,5 +728,5 @@
 !ReadStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ReadStream.st,v 1.47 2003-03-17 16:45:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ReadStream.st,v 1.48 2003-07-08 20:31:22 stefan Exp $'
 ! !