Skip to content

Commit a529a38

Browse files
committed
remove duped IIterable for ObjMap
1 parent c103b37 commit a529a38

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12672,13 +12672,6 @@ reduces them without incurring seq initialization"
1267212672
(-dissoc! [coll key]
1267312673
(-dissoc coll key))
1267412674

12675-
IIterable
12676-
(-iterator [coll]
12677-
(let [xs (-seq coll)]
12678-
(if (some? xs)
12679-
(-iterator xs)
12680-
(nil-iter))))
12681-
1268212675
IPrintWithWriter
1268312676
(-pr-writer [coll writer opts]
1268412677
(print-map coll pr-writer writer opts)))

0 commit comments

Comments
 (0)