Skip to content

Commit 168dae0

Browse files
committed
Remove redundant argcheck
1 parent 99c2821 commit 168dae0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/searchsorted.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ function searchsortedlast!(
200200
block_size::Int=256,
201201
)
202202
# Simple sanity checks
203-
@argcheck block_size > 0
204203
@argcheck length(ix) == length(x)
205204

206205
# Construct comparator

0 commit comments

Comments
 (0)