X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Fcompiler%2Fconstraint.lisp;h=e8369eec2521feae234b0e9fa3e65c952744da3a;hb=b8f63d9b4e978bec3bfc1f4fc471e5ed946781fd;hp=47a96c1a87ad3a4b446a06549708e8117f628a4f;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/compiler/constraint.lisp b/src/compiler/constraint.lisp index 47a96c1..e8369ee 100644 --- a/src/compiler/constraint.lisp +++ b/src/compiler/constraint.lisp @@ -13,9 +13,6 @@ (in-package "SB!C") -(file-comment - "$Header$") - (defstruct (constraint (:include sset-element) (:constructor make-constraint (number kind x y not-p)))