diff --git a/base/deprecated.jl b/base/deprecated.jl index eb0ef31fa3839..b12fcee07371f 100644 --- a/base/deprecated.jl +++ b/base/deprecated.jl @@ -165,8 +165,8 @@ function promote_eltype_op end # @deprecate one(i::CartesianIndex) oneunit(i) # @deprecate one(::Type{I}) where I<:CartesianIndex oneunit(I) -@deprecate reindex(V, idxs, subidxs) reindex(idxs, subidxs) -@deprecate substrides(parent::AbstractArray, strds::Tuple, I::Tuple) substrides(strds, I) +@deprecate reindex(V, idxs, subidxs) reindex(idxs, subidxs) false +@deprecate substrides(parent::AbstractArray, strds::Tuple, I::Tuple) substrides(strds, I) false # TODO: deprecate these one(::CartesianIndex{N}) where {N} = one(CartesianIndex{N})