Skip to content

Commit 9c11640

Browse files
committed
remove ClassifiedCollections
1 parent bbefdf7 commit 9c11640

File tree

4 files changed

+0
-149
lines changed

4 files changed

+0
-149
lines changed

src/DataStructures.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,7 @@ module DataStructures
2727
export capacity, num_blocks, top_with_handle, sizehint!
2828

2929
export Accumulator, counter, reset!, inc!, dec!
30-
31-
export ClassifiedCollections
32-
export classified_lists, classified_sets, classified_counters
33-
3430
export IntDisjointSets, DisjointSets, num_groups, find_root!, in_same_set, root_union!
35-
3631
export FenwickTree, length, inc!, dec!, incdec!, prefixsum
3732

3833
export AbstractHeap, compare, extract_all!
@@ -70,7 +65,6 @@ module DataStructures
7065
include("stack.jl")
7166
include("queue.jl")
7267
include("accumulator.jl")
73-
include("classified_collections.jl")
7468
include("disjoint_set.jl")
7569
include("heaps.jl")
7670

src/classified_collections.jl

Lines changed: 0 additions & 55 deletions
This file was deleted.

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ tests = ["deprecations",
1616
"stack",
1717
"queue",
1818
"accumulator",
19-
"classified_collections",
2019
"disjoint_set",
2120
"binheap",
2221
"mutable_binheap",

test/test_classified_collections.jl

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)