Skip to content

Commit 5699c53

Browse files
authored
Merge pull request #203 from JuliaArrays/staticarrays0
remove extra method, fixes #200
2 parents b6528ea + d175e8f commit 5699c53

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ArrayInterface"
22
uuid = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
3-
version = "3.1.31"
3+
version = "3.1.32"
44

55
[deps]
66
IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"

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)