Skip to content

Commit e16ba20

Browse files
committed
Remove unused path
1 parent ae2c495 commit e16ba20

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/rewrite_clj/zip/zip.clj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@
4646
[loc node children]
4747
(node/replace-children node children))
4848

49-
(defn path
50-
"Returns a seq of nodes leading to this loc"
51-
[loc]
52-
(:pnodes (:path loc)))
53-
5449
(defn position
5550
"Returns [row col] of the start of the current node"
5651
[loc]

0 commit comments

Comments
 (0)