Skip to content

Commit

Permalink
Deleted fun_treemap
Browse files Browse the repository at this point in the history
@thestinger and I talked about this in IRC. There are a couple of use
cases for a persistent map, but they aren't common enough to justify
inclusion in libextra and vary enough that they would require multiple
implementations anyways.

In any case, fun_treemap in its current state is basically useless.
  • Loading branch information
sfackler authored and thestinger committed Aug 21, 2013
1 parent 5f3a637 commit 934a5eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 85 deletions.
1 change: 0 additions & 1 deletion src/libextra/extra.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ pub mod flatpipes;

pub mod container;
pub mod bitv;
pub mod fun_treemap;
pub mod list;
pub mod ringbuf;
pub mod priority_queue;
Expand Down
84 changes: 0 additions & 84 deletions src/libextra/fun_treemap.rs

This file was deleted.

0 comments on commit 934a5eb

Please sign in to comment.