Skip to content

Commit

Permalink
Merge pull request #73 from JuliaReach/schillic/VectorIterator
Browse files Browse the repository at this point in the history
Remove redundant `VectorIterator`
  • Loading branch information
schillic authored Jun 26, 2024
2 parents d06478a + c898caf commit 3f8e582
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
3 changes: 1 addition & 2 deletions src/Iteration/Iteration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ module Iteration

using SparseArrays

export EmptyIterator, SingletonIterator, VectorIterator,
export EmptyIterator, SingletonIterator,
StrictlyIncreasingIndices, NondecreasingIndices, BitvectorIterator,
CartesianIterator

include("EmptyIterator.jl")
include("SingletonIterator.jl")
include("VectorIterator.jl")
include("StrictlyIncreasingIndices.jl")
include("NondecreasingIndices.jl")
include("BitvectorIterator.jl")
Expand Down
21 changes: 0 additions & 21 deletions src/Iteration/VectorIterator.jl

This file was deleted.

0 comments on commit 3f8e582

Please sign in to comment.