0.6.7.22: removed CVS dollar-Header-dollar tags from sources
[sbcl.git] / src / code / typep.lisp
index 505b55c..b82f92c 100644 (file)
@@ -9,9 +9,6 @@
 
 (in-package "SB!KERNEL")
 
-(file-comment
-  "$Header$")
-
 ;;; The actual TYPEP engine. The compiler only generates calls to this
 ;;; function when it can't figure out anything more intelligent to do.
 (defun %typep (object specifier)