Skip to content

Commit 581b18a

Browse files
committed
Remove _get method.
1 parent 9ab918e commit 581b18a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ranges.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ known_step(::Type{<:AbstractUnitRange{T}}) where {T} = one(T)
4343
# add methods to support ArrayInterface
4444

4545
_get(x) = x
46-
_get(::Val{V}) where {V} = V
4746
_get(::Static{V}) where {V} = V
4847
_get(::Type{Static{V}}) where {V} = V
4948
_convert(::Type{T}, x) where {T} = convert(T, x)

0 commit comments

Comments
 (0)