X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Finspect.lisp;h=40830ce0eea94ed46c65b6ec0bf7f4b86cd50792;hb=5dc28680e9cb2d598da02aed512aa49ea81fdade;hp=38d844afbf6392aadedb48553477dd136d858eb1;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/code/inspect.lisp b/src/code/inspect.lisp index 38d844a..40830ce 100644 --- a/src/code/inspect.lisp +++ b/src/code/inspect.lisp @@ -11,9 +11,6 @@ (in-package "SB-INSPECT") -(file-comment - "$Header$") - ;;; The inspector views LISP objects as being composed of parts. A ;;; list, for example, would be divided into its members, and a ;;; instance into its slots. These parts are stored in a list. The