summaryrefslogtreecommitdiff
path: root/sb-eval2.lisp
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2013-07-19 10:22:02 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2013-07-19 10:22:02 +0200
commiteb25925cf42e2bb7631625c6050b1d25fdbba2fa (patch)
tree43599db506e58dbc83cc33ea727149abb0100b88 /sb-eval2.lisp
parenta796824f378f3c809ea0678a962d62f28c256075 (diff)
Remove an obsolete comment.
Diffstat (limited to 'sb-eval2.lisp')
-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