From eb25925cf42e2bb7631625c6050b1d25fdbba2fa Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 19 Jul 2013 10:22:02 +0200 Subject: Remove an obsolete comment. --- sb-eval2.lisp | 7 ------- 1 file changed, 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 -- cgit v1.2.3