X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fbit-util.lisp;h=13cfb7ef08877e5a1b4fe64f7a282c76024a152f;hb=b8f63d9b4e978bec3bfc1f4fc471e5ed946781fd;hp=f927c5ec81e0c75430e9d942aabf0167bd94f1d5;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/compiler/bit-util.lisp b/src/compiler/bit-util.lisp index f927c5e..13cfb7e 100644 --- a/src/compiler/bit-util.lisp +++ b/src/compiler/bit-util.lisp @@ -12,9 +12,6 @@ (in-package "SB!C") -(file-comment - "$Header$") - #!-sb-fluid (declaim (inline clear-bit-vector set-bit-vector bit-vector-replace bit-vector-copy))