Skip to content

Commit

Permalink
Remove unused fnv hash code
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed Aug 2, 2017
1 parent cd87b5d commit daa7644
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 67 deletions.
66 changes: 0 additions & 66 deletions src/librustc_data_structures/fnv.rs

This file was deleted.

1 change: 0 additions & 1 deletion src/librustc_data_structures/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ pub mod snapshot_vec;
pub mod stable_hasher;
pub mod transitive_relation;
pub mod unify;
pub mod fnv;
pub mod fx;
pub mod tuple_slice;
pub mod veccell;
Expand Down

0 comments on commit daa7644

Please sign in to comment.