Skip to content

Commit 1f84243

Browse files
authored
Remove extension loading code for older julia versions (#437)
1 parent def5e59 commit 1f84243

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/BlockArrays.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,4 @@ include("blockbanded.jl")
7878
@deprecate getblock!(X, A::AbstractBlockArray{T,N}, I::Vararg{Integer, N}) where {T,N} copyto!(X, view(A, Block(I)))
7979
@deprecate setblock!(A::AbstractBlockArray{T,N}, v, I::Vararg{Integer, N}) where {T,N} (A[Block(I...)] = v)
8080

81-
if !isdefined(Base, :get_extension)
82-
include("../ext/BlockArraysBandedMatricesExt.jl")
83-
end
84-
8581
end # module

0 commit comments

Comments
 (0)