From 5fa826f974ff65a1c64d4941d23fd3fb5e583caa Mon Sep 17 00:00:00 2001
From: moore <moore>
Date: Thu, 12 Dec 2002 19:11:11 +0000
Subject: [PATCH] Remove cruft from last checkin.

---
 code/fd-stream.lisp | 4 +---
 code/stream.lisp    | 7 +------
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/code/fd-stream.lisp b/code/fd-stream.lisp
index d6b7d849b..c0a44de93 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.62 2002/12/12 19:09:45 moore Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/fd-stream.lisp,v 1.63 2002/12/12 19:11:11 moore Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -32,8 +32,6 @@
 (in-package "LISP")
 
 (export '(file-stream file-string-length stream-external-format))
-#+nil
-(deftype file-stream () 'fd-stream)
 
 
 ;;;; Buffer manipulation routines.
diff --git a/code/stream.lisp b/code/stream.lisp
index ade6c19ce..2c21ca707 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.57 2002/12/12 19:09:46 moore Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/stream.lisp,v 1.58 2002/12/12 19:11:11 moore Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -47,11 +47,6 @@
 
 (in-package "LISP")
 
-#+nil
-(deftype string-stream ()
-  '(or string-input-stream string-output-stream
-       fill-pointer-output-stream))
-
 ;;;; Standard streams:
 ;;;
 ;;; The initialization of these streams is performed by Stream-Init,
-- 
GitLab