mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Remove obsolete comment.
This commit is contained in:
parent
b002ee440e
commit
9150694ba6
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue