[cl-plus-ssl-cvs] CVS trivial-gray-streams
avodonosov
avodonosov at common-lisp.net
Tue Oct 6 22:15:30 UTC 2009
Update of /project/cl-plus-ssl/cvsroot/trivial-gray-streams
In directory cl-net:/tmp/cvs-serv20528
Modified Files:
mixin.lisp
Log Message:
remove mistakenly commited FORMAT invocations
--- /project/cl-plus-ssl/cvsroot/trivial-gray-streams/mixin.lisp 2009/10/05 00:46:21 1.8
+++ /project/cl-plus-ssl/cvsroot/trivial-gray-streams/mixin.lisp 2009/10/06 22:15:30 1.9
@@ -155,9 +155,7 @@
(progn
(defmethod gray:stream-read-sequence
((s trivial-gray-stream-mixin) seq &optional start end)
- (format t "trivial-read~%")
(stream-read-sequence s seq (or start 0) (or end (length seq))))
(defmethod gray:stream-write-sequence
((s trivial-gray-stream-mixin) seq &optional start end)
- (format t "trivial-write~%")
(stream-write-sequence s seq (or start 0) (or end (length seq)))))
More information about the cl-plus-ssl-cvs
mailing list