Skip to content

Commit 4fd1e20

Browse files
committed
remove dead code
1 parent b143919 commit 4fd1e20

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8773,16 +8773,13 @@ reduces them without incurring seq initialization"
87738773
[obj writer opts]
87748774
(cond
87758775
(nil? obj) (-write writer "nil")
8776-
(undefined? obj) (-write writer "#<undefined>")
87778776
:else
87788777
(do
87798778
(when (print-meta? opts obj)
87808779
(-write writer "^")
87818780
(pr-writer (meta obj) writer opts)
87828781
(-write writer " "))
87838782
(cond
8784-
(nil? obj) (-write writer "nil")
8785-
87868783
;; handle CLJS ctors
87878784
^boolean (.-cljs$lang$type obj)
87888785
(.cljs$lang$ctorPrWriter obj obj writer opts)

0 commit comments

Comments
 (0)