Skip to content

Commit 41798d4

Browse files
committed
Remove definition of eachcol
1 parent 09e227a commit 41798d4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/common.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
## Generic ##
22

3-
if VERSION < v"1.1"
4-
eachcol(A::AbstractVecOrMat) = (view(A, :, i) for i in axes(A, 2))
5-
end
6-
73
function vcatmapreduce(f, args...)
84
init = vcat(f(first.(args)...,))
95
zipped_args = zip(args...,)

0 commit comments

Comments
 (0)