summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sb-eval2.lisp7
1 files changed, 0 insertions, 7 deletions
diff --git a/sb-eval2.lisp b/sb-eval2.lisp
index 62bd3a7..9ce7378 100644
--- a/sb-eval2.lisp
+++ b/sb-eval2.lisp
@@ -86,13 +86,6 @@
(serious-condition () t)))
(defun maybe-closes-over-p/env (form vars env)
- ;; Use `(function ,name) for local functions.
- ;;
- ;; NOTE: This is a *very* simplistic algorithm with a *lot* of false
- ;; positives.
- ;;
- ;; FIXME: This doesn't do macro expansion, so it's probably
- ;; incorrect.
(let ((sb-walker::*walk-form-expand-macros-p* t))
(sb-walker:walk-form
form