0.6.7.22: removed CVS dollar-Header-dollar tags from sources
[sbcl.git] / src / compiler / srctran.lisp
index 1b3eee6..6a18bcf 100644 (file)
@@ -13,9 +13,6 @@
 
 (in-package "SB!C")
 
-(file-comment
-  "$Header$")
-
 ;;; Convert into an IF so that IF optimizations will eliminate redundant
 ;;; negations.
 (def-source-transform not (x) `(if ,x nil t))