We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def5e59 commit 1f84243Copy full SHA for 1f84243
1 file changed
src/BlockArrays.jl
@@ -78,8 +78,4 @@ include("blockbanded.jl")
78
@deprecate getblock!(X, A::AbstractBlockArray{T,N}, I::Vararg{Integer, N}) where {T,N} copyto!(X, view(A, Block(I)))
79
@deprecate setblock!(A::AbstractBlockArray{T,N}, v, I::Vararg{Integer, N}) where {T,N} (A[Block(I...)] = v)
80
81
-if !isdefined(Base, :get_extension)
82
- include("../ext/BlockArraysBandedMatricesExt.jl")
83
-end
84
-
85
end # module
0 commit comments