Skip to content

Commit

Permalink
Remove extension loading code for older julia versions (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub authored Dec 3, 2024
1 parent def5e59 commit 1f84243
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/BlockArrays.jl
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,4 @@ include("blockbanded.jl")
@deprecate getblock!(X, A::AbstractBlockArray{T,N}, I::Vararg{Integer, N}) where {T,N} copyto!(X, view(A, Block(I)))
@deprecate setblock!(A::AbstractBlockArray{T,N}, v, I::Vararg{Integer, N}) where {T,N} (A[Block(I...)] = v)

if !isdefined(Base, :get_extension)
include("../ext/BlockArraysBandedMatricesExt.jl")
end

end # module

0 comments on commit 1f84243

Please sign in to comment.