Skip to content

Commit c567440

Browse files
thomasmulvaneydnolen
authored andcommitted
CLJS-2039: remove extraneous argument from ChunkBuffer.chunk
1 parent 3501c40 commit c567440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3352,7 +3352,7 @@ reduces them without incurring seq initialization"
33523352
(aset buf end o)
33533353
(set! end (inc end)))
33543354

3355-
(chunk [_ o]
3355+
(chunk [_]
33563356
(let [ret (ArrayChunk. buf 0 end)]
33573357
(set! buf nil)
33583358
ret))

0 commit comments

Comments
 (0)