ReadStream.st
changeset 829 fc386319f41c
parent 701 a309e3ef7faf
child 970 3b59c9b38dbb
--- a/ReadStream.st	Thu Jan 04 00:39:17 1996 +0100
+++ b/ReadStream.st	Thu Jan 04 02:24:09 1996 +0100
@@ -337,7 +337,6 @@
     unsigned ch;
     OBJ coll;
     OBJ cls, p, l;
-    extern OBJ ByteArray;
 
     coll = _INST(collection);
     p = _INST(position);
@@ -557,5 +556,5 @@
 !ReadStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ReadStream.st,v 1.21 1995-12-07 21:38:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ReadStream.st,v 1.22 1996-01-04 01:23:30 cg Exp $'
 ! !