Skip to content

Commit 91bdd33

Browse files
remove deprecated functions with depwarns
1 parent 5b8ca66 commit 91bdd33

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/vector_of_array.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ end
8383
@inline Base.all(f::Function, VA::AbstractVectorOfArray) = all(all(f,VA[i]) for i in eachindex(VA))
8484

8585
# conversion tools
86-
@deprecate vecarr_to_arr(VA::AbstractVectorOfArray) convert(Array,VA)
87-
@deprecate vecarr_to_arr{T<:AbstractArray}(VA::Vector{T}) convert(Array,VA)
8886
vecarr_to_vectors(VA::AbstractVectorOfArray) = [VA[i,:] for i in eachindex(VA[1])]
8987

9088
# make it show just like its data

0 commit comments

Comments
 (0)