X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fcoerce.lisp;h=2fc9ff155f0c4eddb0aef8b44c23c8d4dbe4cc09;hb=dafa18aa6bd65fe2129a32b0e827141684bb159a;hp=a4a93f0c41c78477982247775110fb0683860923;hpb=6de517974934588c8b5c6355e04bef11af9db3d0;p=sbcl.git diff --git a/src/code/coerce.lisp b/src/code/coerce.lisp index a4a93f0..2fc9ff1 100644 --- a/src/code/coerce.lisp +++ b/src/code/coerce.lisp @@ -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