1.0.47.8: No more INSTANCE-LAMBDA
[sbcl.git] / src / code / coerce.lisp
index a4a93f0..2fc9ff1 100644 (file)
@@ -80,9 +80,6 @@
         ;; FIXME: If we go to a compiler-only implementation, this can
         ;; become COMPILE instead of EVAL, which seems nicer to me.
         (eval `(function ,object)))
-       ((instance-lambda)
-        (deprecation-warning 'instance-lambda 'lambda)
-        (eval `(function ,object)))
        (t
         (error 'simple-type-error
                :datum object