X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Flisp-stream.lisp;h=f78bf06ef8944f89c107a885621ff0c246a04333;hb=5dc28680e9cb2d598da02aed512aa49ea81fdade;hp=f6dac1605e177001c60b240bcf0bc0be8b19f535;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/code/lisp-stream.lisp b/src/code/lisp-stream.lisp index f6dac16..f78bf06 100644 --- a/src/code/lisp-stream.lisp +++ b/src/code/lisp-stream.lisp @@ -11,9 +11,6 @@ (in-package "SB!IMPL") -(file-comment - "$Header$") - (eval-when (:compile-toplevel :load-toplevel :execute) (defconstant in-buffer-length 512 "the size of a stream in-buffer"))