Skip to content

Commit

Permalink
remove stale comment on confirm-ns
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Oct 8, 2013
1 parent 24bb5b7 commit d6992aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/clj/cljs/analyzer.clj
Expand Up @@ -168,9 +168,6 @@
(let [sym (symbol name)]
(get (:requires (:ns env)) sym sym)))

;; TODO: our internal conventions around data structures
;; should probably be changed so we don't special case
;; cljs.core namespaces, they won't be properly checked
(defn confirm-ns [env ns-sym]
(when (and (nil? (get '#{cljs.core goog Math} ns-sym))
(nil? (get (-> env :ns :requires) ns-sym))
Expand Down

0 comments on commit d6992aa

Please sign in to comment.