Remove obsolete comment.

This commit is contained in:
Charles Zhang 2020-04-30 16:53:49 -07:00
parent b002ee440e
commit 9150694ba6

View file

@ -18,8 +18,7 @@
;;; An OPAQUE-BOX instance is used to pass data from IR1 to IR2 as
;;; a quoted object in a "source form" (not user-written) such that the
;;; contained object is in a for-evaluation position but ignored by
;;; the compiler's constant-dumping logic. In addition to this structure
;;; type, a few other IR1 object types are implicitly opaque.
;;; the compiler's constant-dumping logic.
(defstruct (opaque-box (:constructor opaquely-quote (value))
(:copier nil)
(:predicate opaque-box-p))