Skip to content

Commit d915273

Browse files
committed
Remove isdone
1 parent 8ec577e commit d915273

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tensors/blockiterator.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ Base.IteratorSize(::BlockIterator) = Base.HasLength()
1212
Base.IteratorEltype(::BlockIterator) = Base.HasEltype()
1313
Base.eltype(::Type{<:BlockIterator{T}}) where {T} = Pair{sectortype(T),blocktype(T)}
1414
Base.length(iter::BlockIterator) = length(iter.structure)
15-
Base.isdone(iter::BlockIterator, state...) = Base.isdone(iter.structure, state...)

0 commit comments

Comments
 (0)