Skip to content

Commit 95f47ce

Browse files
committed
Delete repeated definitions
1 parent 5ac38ae commit 95f47ce

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/abstractblocksparsearray/abstractblocksparsearray.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,3 @@ function Base.showarg(io::IO, a::AbstractBlockSparseArray, toplevel::Bool)
116116
end
117117
return nothing
118118
end
119-
120-
# TypeParameterAccessors.jl interface
121-
using TypeParameterAccessors: TypeParameterAccessors, Position, set_type_parameters
122-
TypeParameterAccessors.position(::Type{BlockSparseArray}, eltype) = Position(1)
123-
TypeParameterAccessors.position(::Type{BlockSparseArray}, ndims) = Position(2)
124-
TypeParameterAccessors.position(::Type{BlockSparseArray}, blocktype) = Position(3)
125-
TypeParameterAccessors.position(::Type{BlockSparseArray}, blockstype) = Position(4)

0 commit comments

Comments
 (0)