Skip to content

Commit

Permalink
Remove stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Aug 26, 2021
1 parent 5efbf11 commit 3879402
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/flatland/ordered/map.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
(-write w \space)
(-write w (pr-str (get kvs k)))
(-write w \]))
;; Printing with square brackets so that we can define a data_reader that
;; preserves order.
"(" " " ")"
opts
ks))
Expand Down
2 changes: 0 additions & 2 deletions test/flatland/ordered/map_test.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
:cljs [cljs.reader :as reader]))
#?(:clj (:import flatland.ordered.map.OrderedMap)))

#_(read-string "#ordered/map ([1 9] [3 4] [5 6] [7 8])")

#?(:cljs
(defn read-string [s]
(reader/read-string {:readers {'ordered/map ordered-map}} s)))
Expand Down

0 comments on commit 3879402

Please sign in to comment.