Skip to content

Commit 90e878f

Browse files
Don't include removed file
1 parent 6c2f390 commit 90e878f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/RecursiveArrayTools.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ abstract type AbstractVectorOfArray{T, N, A} <: AbstractArray{T, N} end
2626
abstract type AbstractDiffEqArray{T, N, A} <: AbstractVectorOfArray{T, N, A} end
2727

2828
include("utils.jl")
29-
include("symbolic_indexing_interface.jl")
3029
include("vector_of_array.jl")
3130
include("tabletraits.jl")
3231
include("array_partition.jl")

0 commit comments

Comments
 (0)