Skip to content

Commit 412c5cc

Browse files
Update ArrayInterfaceCore.jl
1 parent ebf3b95 commit 412c5cc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/ArrayInterfaceCore/src/ArrayInterfaceCore.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -300,13 +300,6 @@ function ismutable(::Type{T}) where {T}
300300
end
301301
end
302302

303-
# Piracy
304-
function Base.setindex(x::AbstractArray, v, i...)
305-
_x = Base.copymutable(x)
306-
_x[i...] = v
307-
return _x
308-
end
309-
310303
"""
311304
can_setindex(::Type{T}) -> Bool
312305

0 commit comments

Comments
 (0)