0.6.7.22: removed CVS dollar-Header-dollar tags from sources
[sbcl.git] / src / compiler / node.lisp
index f4a0f68..a96deb2 100644 (file)
@@ -12,9 +12,6 @@
 
 (in-package "SB!C")
 
-(file-comment
-  "$Header$")
-
 ;;; The front-end data structure (IR1) is composed of nodes and
 ;;; continuations. The general idea is that continuations contain
 ;;; top-down information and nodes contain bottom-up, derived