Skip to content

Commit

Permalink
Rollup merge of rust-lang#47835 - Mark-Simulacrum:remove-data-structs…
Browse files Browse the repository at this point in the history
…, r=nikomatsakis

Remove unused data structures

Cleanup; as far as I can tell the compiler no longer uses these.
  • Loading branch information
kennytm committed Feb 8, 2018
2 parents 932c736 + caa42e1 commit 445d699
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 412 deletions.
363 changes: 0 additions & 363 deletions src/librustc_data_structures/blake2b.rs

This file was deleted.

2 changes: 0 additions & 2 deletions src/librustc_data_structures/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ pub mod small_vec;
pub mod base_n;
pub mod bitslice;
pub mod bitvec;
pub mod blake2b;
pub mod graph;
pub mod indexed_set;
pub mod indexed_vec;
Expand All @@ -70,7 +69,6 @@ pub mod transitive_relation;
pub mod unify;
pub mod fx;
pub mod tuple_slice;
pub mod veccell;
pub mod control_flow_graph;
pub mod flock;
pub mod sync;
Expand Down
Loading

0 comments on commit 445d699

Please sign in to comment.