Remove a workaround in bit-vector consets
[sbcl.git] / src / compiler / dyncount.lisp
index 4b6baf6..c23c5a8 100644 (file)
@@ -11,9 +11,6 @@
 
 (in-package "SB!DYNCOUNT")
 
-(file-comment
-  "$Header$")
-
 (defvar *collect-dynamic-statistics* nil
   #!+sb-doc
   "When T, emit extra code to collect dynamic statistics about vop usages.")
@@ -24,8 +21,8 @@
 
 (def!struct (dyncount-info (:make-load-form-fun just-dump-it-normally))
   for
-  (costs (required-argument) :type (simple-array (unsigned-byte 32) (*)))
-  (counts (required-argument) :type (simple-array (unsigned-byte 32) (*))))
+  (costs (missing-arg) :type (simple-array (unsigned-byte 32) (*)))
+  (counts (missing-arg) :type (simple-array (unsigned-byte 32) (*))))
 
 (defprinter (dyncount-info)
   for