From e9e3d8a3f4334d6a65fe76bea01e8f5b7a2b654c Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Fri, 16 Apr 2004 20:20:16 +0000 Subject: [PATCH] Remove the call to aver. --- code/stream.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/stream.lisp b/code/stream.lisp index 9ff217b16..059b638de 100644 --- a/code/stream.lisp +++ b/code/stream.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/stream.lisp,v 1.76 2004/04/15 16:25:41 rtoy Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/stream.lisp,v 1.77 2004/04/16 20:20:16 rtoy Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1386,7 +1386,6 @@ output to Output-stream" (t (write-sequence buffer (echo-stream-output-stream stream) :start new-start :end (+ new-start bytes-read)) - (aver (= numbytes (+ new-start bytes-read))) numbytes))))) (defun %print-echo-stream (s stream d) -- GitLab