X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ferror.lisp;h=1d6e5c74396e1b0b0141f5acafbc93f8a2c0a9ca;hb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;hp=27be4e5bb18cee62fb3fb1eb6c41107e6916a2c0;hpb=c3f281f5c34b55170ac43a4679f1528b8bb7c703;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?