Skip to content

Commit 174248f

Browse files
committed
Delete extraneous definition of blockstype
1 parent 833d4a7 commit 174248f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/blocksparsearrayinterface/blocksparsearrayinterface.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ struct BlockSparseArrayInterface <: AbstractBlockSparseArrayInterface end
8484
@interface ::AbstractBlockSparseArrayInterface BlockArrays.blocks(a::AbstractArray) =
8585
error("Not implemented")
8686

87-
blockstype(a::AbstractArray) = blockstype(typeof(a))
88-
8987
@interface ::AbstractBlockSparseArrayInterface function Base.getindex(
9088
a::AbstractArray{<:Any,N}, I::Vararg{Int,N}
9189
) where {N}

0 commit comments

Comments
 (0)