Skip to content

Commit

Permalink
Merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
BioTurboNick committed Aug 13, 2023
1 parent b084534 commit 34872cd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions base/abstractarray.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2878,11 +2878,6 @@ _ensure_array(x) = 1:0 # passed to similar, makes stack's output an Array
_empty_stack(_...) = throw(ArgumentError("`stack` on an empty collection is not allowed"))


cat_ndims(a) = 0
cat_ndims(a::AbstractArray) = ndims(a)
cat_length(::Any) = 1
cat_length(a::AbstractArray) = length(a)

## Reductions and accumulates ##

function isequal(A::AbstractArray, B::AbstractArray)
Expand Down

0 comments on commit 34872cd

Please sign in to comment.