Skip to content

Commit 032077b

Browse files
mfikesdnolen
authored andcommitted
CLJS-1597: Redundant IPrintWithWriter test in pr-writer-impl
Remove effectively dead code.
1 parent f58dcdf commit 032077b

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
@@ -9093,9 +9093,6 @@ reduces them without incurring seq initialization"
90939093

90949094
(regexp? obj) (write-all writer "#\"" (.-source obj) "\"")
90959095

9096-
(implements? IPrintWithWriter obj)
9097-
(-pr-writer obj writer opts)
9098-
90999096
:else
91009097
(if (.. obj -constructor -cljs$lang$ctorStr)
91019098
(write-all writer

0 commit comments

Comments
 (0)