diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2013-07-19 10:22:02 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2013-07-19 10:22:02 +0200 |
commit | eb25925cf42e2bb7631625c6050b1d25fdbba2fa (patch) | |
tree | 43599db506e58dbc83cc33ea727149abb0100b88 | |
parent | a796824f378f3c809ea0678a962d62f28c256075 (diff) |
Remove an obsolete comment.
-rw-r--r-- | sb-eval2.lisp | 7 |
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 |