0.6.7.22: removed CVS dollar-Header-dollar tags from sources
[sbcl.git] / src / code / destructuring-bind.lisp
index a3b7550..7e9b8e1 100644 (file)
@@ -9,9 +9,6 @@
 
 (in-package "SB!IMPL")
 
-(file-comment
-  "$Header$")
-
 (defmacro-mundanely destructuring-bind (lambda-list arg-list &rest body)
   #!+sb-doc
   "Bind the variables in LAMBDA-LIST to the contents of ARG-LIST."