Skip to content

Commit

Permalink
remove ClassifiedCollections
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox committed Aug 4, 2020
1 parent bbefdf7 commit 9c11640
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 149 deletions.
6 changes: 0 additions & 6 deletions src/DataStructures.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,7 @@ module DataStructures
export capacity, num_blocks, top_with_handle, sizehint!

export Accumulator, counter, reset!, inc!, dec!

export ClassifiedCollections
export classified_lists, classified_sets, classified_counters

export IntDisjointSets, DisjointSets, num_groups, find_root!, in_same_set, root_union!

export FenwickTree, length, inc!, dec!, incdec!, prefixsum

export AbstractHeap, compare, extract_all!
Expand Down Expand Up @@ -70,7 +65,6 @@ module DataStructures
include("stack.jl")
include("queue.jl")
include("accumulator.jl")
include("classified_collections.jl")
include("disjoint_set.jl")
include("heaps.jl")

Expand Down
55 changes: 0 additions & 55 deletions src/classified_collections.jl

This file was deleted.

1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ tests = ["deprecations",
"stack",
"queue",
"accumulator",
"classified_collections",
"disjoint_set",
"binheap",
"mutable_binheap",
Expand Down
87 changes: 0 additions & 87 deletions test/test_classified_collections.jl

This file was deleted.

0 comments on commit 9c11640

Please sign in to comment.