*compiler-break-enable* was sset to T by FIX-READ-ONLY-VARIABLE-TYPE.

This commit is contained in:
Juan Jose Garcia Ripoll 2012-01-15 11:18:04 +01:00
parent 606449eba0
commit 78b10d89ad

View file

@ -139,9 +139,6 @@
(and-form-type (var-type var) form (var-name var) :unsafe "In LET body")
(let ((form-type (c1form-primary-type form)))
(setf (var-type var) form-type)
(unless (var-type var)
(setf c::*compiler-break-enable* t)
(break))
(update-variable-type var form-type)))
(defun c1let-unused-variable-p (var form)