Skip to content

Commit 62d060e

Browse files
committed
delete redundant eltype method
1 parent 601bc33 commit 62d060e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/distributions.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@ CloseOpen(::Type{T}=Float64) where {T<:AbstractFloat} = CloseOpen01{T}()
110110
CloseOpen(a::T, b::T) where {T<:AbstractFloat} = CloseOpenAB{T}(a, b)
111111

112112

113-
Base.eltype(::Type{<:FloatInterval{T}}) where {T<:AbstractFloat} = T
114-
115-
116113
## a dummy container type to take advangage of SamplerTag constructor
117114

118115
struct Cont{T} end

0 commit comments

Comments
 (0)