From 5bbe1a8ebb3e05d03035ab10cb262d050a79f878 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 19 Jul 2013 01:05:19 +0200 Subject: Remove an obsolete comment. --- sb-eval2.lisp | 1 - 1 file changed, 1 deletion(-) (limited to 'sb-eval2.lisp') 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) -- cgit v1.2.3