ReadStream.st
changeset 1138 993e6ffdbf51
parent 1133 961f2b095c22
child 1295 83f594f05c52
--- a/ReadStream.st	Thu Apr 04 22:34:29 1996 +0200
+++ b/ReadStream.st	Sat Apr 06 15:23:05 1996 +0200
@@ -123,7 +123,6 @@
     REGISTER unsigned char *cp;
     REGISTER unsigned ch;
     OBJ coll, p, l;
-    OBJ __MKSTRING_L();
 
     coll = __INST(collection);
     p = __INST(position);
@@ -273,7 +272,6 @@
     REGISTER unsigned char *cp;
     REGISTER unsigned ch;
     OBJ coll, p, l;
-    OBJ __MKSTRING_L();
 
     coll = __INST(collection);
     p = __INST(position);
@@ -542,5 +540,5 @@
 !ReadStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ReadStream.st,v 1.24 1996-04-02 22:05:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ReadStream.st,v 1.25 1996-04-06 13:22:37 cg Exp $'
 ! !