X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fproclaim.lisp;h=0669cab608303da92820a225787949ceaa1d1d85;hb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;hp=c1dbf10cac8b80b1c12d9866f1dfee29160f0809;hpb=c3f281f5c34b55170ac43a4679f1528b8bb7c703;p=sbcl.git diff --git a/src/compiler/proclaim.lisp b/src/compiler/proclaim.lisp index c1dbf10..0669cab 100644 --- a/src/compiler/proclaim.lisp +++ b/src/compiler/proclaim.lisp @@ -14,9 +14,6 @@ (in-package "SB!C") -(file-comment - "$Header$") - ;;; !COLD-INIT calls this twice to initialize the cookies, once before ;;; any toplevel forms are executed, then again to undo any lingering ;;; effects of toplevel DECLAIMs.