1.0.16.19: cleanups motivated by clisp host-2
[sbcl.git] / src / compiler / array-tran.lisp
index 9762e0c..a57dc93 100644 (file)
 ;;; available, switch back to the normal one to give other transforms
 ;;; a stab at it.
 (macrolet ((define (name transform-to extra extra-type)
+             (declare (ignore extra-type))
              `(deftransform ,name ((array index ,@extra))
                 (let ((type (lvar-type array))
                       (element-type (extract-upgraded-element-type array)))