We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e316959 commit 7224cd7Copy full SHA for 7224cd7
1 file changed
src/clj/cljs/repl.clj
@@ -715,8 +715,6 @@
715
:undeclared-ns-form warn-on-undeclared)
716
ana/*cljs-static-fns* static-fns
717
*repl-opts* opts]
718
- ;; TODO: the follow should become dead code when the REPL is
719
- ;; sufficiently enhanced to understand :cache-analysis - David
720
(let [env {:context :expr :locals {}}
721
special-fns (merge default-special-fns special-fns)
722
is-special-fn? (set (keys special-fns))
0 commit comments