From fb7ebc563c3f1ec7cf4dc1fb4be5b80d1fa7d8c8 Mon Sep 17 00:00:00 2001 From: dtc <dtc> Date: Fri, 15 Jan 1999 09:27:35 +0000 Subject: [PATCH] Backout the explicit check of the external-format argument to open which is handled by the type checking and was being flushed anyway. --- code/fd-stream.lisp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/code/fd-stream.lisp b/code/fd-stream.lisp index 23ad0b582..91657bde7 100644 --- a/code/fd-stream.lisp +++ b/code/fd-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/fd-stream.lisp,v 1.46 1998/12/19 16:02:24 dtc Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/fd-stream.lisp,v 1.47 1999/01/15 09:27:35 dtc Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1260,9 +1260,7 @@ non-server method is also significantly more efficient for large reads. :overwrite, :append, :supersede or nil :if-does-not-exist - one of :error, :create or nil See the manual for details." - - (unless (eq external-format :default) - (error "The only recognised external format is :default.")) + (declare (ignore external-format)) ;; First, make sure that DIRECTION is valid. Allow it to be changed if not. (setf direction -- GitLab