X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fdefclass.lisp;h=96aa2fadf9b2709ae50576b64a1e41205ac8932e;hb=5dc28680e9cb2d598da02aed512aa49ea81fdade;hp=edaa3e6ef235cea9a0cec5471bdcea4efeb1774f;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/pcl/defclass.lisp b/src/pcl/defclass.lisp index edaa3e6..96aa2fa 100644 --- a/src/pcl/defclass.lisp +++ b/src/pcl/defclass.lisp @@ -22,9 +22,6 @@ ;;;; specification. (in-package "SB-PCL") - -(sb-int:file-comment - "$Header$") ;;; MAKE-TOP-LEVEL-FORM is used by all PCL macros that appear `at top-level'. ;;;