Skip to content

Commit 7212a22

Browse files
committed
remove extra method, fixes #200
1 parent f8d1182 commit 7212a22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ArrayInterface.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,6 @@ function __init__()
707707
ismutable(::Type{<:StaticArrays.SizedArray}) = true
708708

709709
buffer(A::Union{StaticArrays.SArray,StaticArrays.MArray}) = getfield(A, :data)
710-
parent_type(::Type{<:StaticArrays.SizedArray{<:Any,<:Any,<:Any,<:Any,P}}) where {P} = P
711710

712711
function lu_instance(_A::StaticArrays.StaticMatrix{N,N}) where {N}
713712
A = StaticArrays.SArray(_A)

0 commit comments

Comments
 (0)