Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jul 2, 2020
1 parent 37c831c commit 285513e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sci/impl/analyzer.cljc
Expand Up @@ -316,8 +316,6 @@
m (assoc m :ns @vars/current-ns)
m (if docstring (assoc m :doc docstring) m)
var-name (with-meta var-name m)]
;; TODO: why is this one needed?
;; (expand-declare ctx [nil var-name])
(mark-eval-call (list 'def var-name init))))))

(defn expand-defn [ctx [op fn-name & body :as expr]]
Expand Down

0 comments on commit 285513e

Please sign in to comment.