remove MUFFLE-CONDITION from the FILL transform
[sbcl.git] / src / compiler / seqtran.lisp
index 5181c06..68306ee 100644 (file)
                                  :check-fill-pointer t)
                  (declare (type (simple-array ,element-type 1) data))
                  (declare (type index start end))
-                 (declare (optimize (safety 0) (speed 3))
-                          (muffle-conditions compiler-note))
+                 (declare (optimize (safety 0) (speed 3)))
                  (,basher ,bash-value data start (- end start))
                  seq)
               `((declare (type ,element-type item))))))