X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ferror.lisp;h=1d6e5c74396e1b0b0141f5acafbc93f8a2c0a9ca;hb=e02c32bd4d07a7d30c9a9d78be54f1f9f84f9877;hp=27be4e5bb18cee62fb3fb1eb6c41107e6916a2c0;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/code/error.lisp b/src/code/error.lisp index 27be4e5..1d6e5c7 100644 --- a/src/code/error.lisp +++ b/src/code/error.lisp @@ -13,9 +13,6 @@ (in-package "SB!CONDITIONS") -(sb!int:file-comment - "$Header$") - (define-condition simple-style-warning (simple-condition style-warning) ()) ;;; not sure this is the right place, but where else?