summaryrefslogtreecommitdiff
path: root/sb-eval2.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'sb-eval2.lisp')
-rw-r--r--sb-eval2.lisp1
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)