Skip to content

Commit 5aefa2d

Browse files
remove compat
1 parent 672e44d commit 5aefa2d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

REQUIRE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
julia 0.6-pre
2-
Compat 0.17.0
32
Juno
43
RecipesBase 0.1.0
54
StaticArrays

src/RecursiveArrayTools.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ module RecursiveArrayTools
44

55
using Compat, Juno, RecipesBase, StaticArrays
66

7-
@compat abstract type AbstractVectorOfArray{T, N} <: AbstractArray{T, N} end
8-
@compat abstract type AbstractDiffEqArray{T, N} <: AbstractVectorOfArray{T, N} end
7+
abstract type AbstractVectorOfArray{T, N} <: AbstractArray{T, N} end
8+
abstract type AbstractDiffEqArray{T, N} <: AbstractVectorOfArray{T, N} end
99

1010
include("utils.jl")
1111
include("vector_of_array.jl")

0 commit comments

Comments
 (0)