Skip to content

Commit dfdf6ca

Browse files
Update src/vector_of_array.jl
1 parent 83c990a commit dfdf6ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/vector_of_array.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -874,8 +874,6 @@ for (type, N_expr) in [
874874
]
875875
@eval @inline function Base.copyto!(dest::AbstractVectorOfArray,
876876
bc::$type)
877-
@show typeof(dest)
878-
error()
879877
bc = Broadcast.flatten(bc)
880878
N = $N_expr
881879
@inbounds for i in 1:N

0 commit comments

Comments
 (0)