Skip to content

Commit

Permalink
Consolidate merge duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
BioTurboNick committed May 19, 2022
1 parent 65a56fb commit 8e20126
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 @@ -2583,11 +2583,6 @@ end
Ai
end

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 8e20126

Please sign in to comment.