Skip to content

Commit

Permalink
Dropped metadata change on maps, since it was a noop.
Browse files Browse the repository at this point in the history
  • Loading branch information
awkay committed Aug 23, 2024
1 parent 161b8be commit b5e643e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,7 @@
(walk/prewalk
(fn [ele]
(cond
(map? ele) (with-meta
(enc/remove-vals #(= ident %) ele)
(meta ele))
(map? ele) (enc/remove-vals #(= ident %) ele)
(vector? ele) (with-meta
(filterv #(not= ident %) ele)
(meta ele))
Expand Down

0 comments on commit b5e643e

Please sign in to comment.