diff options
-rw-r--r-- | sb-eval2.lisp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sb-eval2.lisp b/sb-eval2.lisp index 0a8ba5d..4aff632 100644 --- a/sb-eval2.lisp +++ b/sb-eval2.lisp @@ -718,7 +718,6 @@ (funcall (the eval-closure f) new-env))) (funcall body* new-env))))))) ((let) - ;; FIXME: SPECIAL declarations! (destructuring-bind (bindings &rest exprs) (rest form) (with-parsed-body (body specials) exprs (let* ((real-bindings (mapcar (lambda (form) |