Removed unused function

This commit is contained in:
Max Barnash 2014-05-26 10:23:00 +04:00
parent 0f779b06a0
commit 965158c964

View file

@ -66,10 +66,6 @@
(let [{:keys [tag]} (zip/node loc)]
(#{:comment :whitespace :newline} tag)))
(defn- newline? [loc]
(let [{:keys [tag]} (zip/node loc)]
(= :newline tag)))
(defn- find-defproject [loc]
(->> loc
(iterate zip/next)