From 9cdb01383f2f25e0517c7d4947cfda74d806fc74 Mon Sep 17 00:00:00 2001 From: kafisatz Date: Fri, 8 Jun 2018 10:21:56 +0200 Subject: [PATCH] delete extension of ipermute!! ipermute!! does not seem to exist in v 0.7 --- src/PooledArrays.jl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/PooledArrays.jl b/src/PooledArrays.jl index e41f15a..1df46ec 100644 --- a/src/PooledArrays.jl +++ b/src/PooledArrays.jl @@ -157,11 +157,6 @@ function Base.permute!!{T<:Integer}(x::PooledArray, p::AbstractVector{T}) x end -function Base.ipermute!!{T<:Integer}(x::PooledArray, p::AbstractVector{T}) - Base.ipermute!!(x.refs, p) - x -end - function Base.similar{T,R}(pa::PooledArray{T,R}, S::Type, dims::Dims) PooledArray(RefArray(zeros(R, dims)), Dict{S,R}()) end