Skip to content

Commit

Permalink
style: Back out ordermap.
Browse files Browse the repository at this point in the history
It was worth a shot!
  • Loading branch information
emilio committed Feb 12, 2018
1 parent 9c94fe4 commit 25868be
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 384 deletions.
8 changes: 0 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion components/hashglobe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ readme = "README.md"

[dependencies]
libc = "0.2"
ordermap = "0.3"

[dev-dependencies]
rand = "0.3"
3 changes: 0 additions & 3 deletions components/hashglobe/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

extern crate ordermap;

pub mod alloc;
pub mod hash_map;
pub mod hash_set;
mod shim;
mod table;

pub mod fake;
pub mod order;

use std::{error, fmt};

Expand Down
246 changes: 0 additions & 246 deletions components/hashglobe/src/order.rs

This file was deleted.

1 change: 0 additions & 1 deletion components/malloc_size_of/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ cssparser = "0.23.0"
euclid = "0.16"
hashglobe = { path = "../hashglobe" }
mozjs = { version = "0.1.8", features = ["promises"], optional = true }
ordermap = "0.3"
selectors = { path = "../selectors" }
servo_arc = { path = "../servo_arc" }
smallbitvec = "1.0.3"
Expand Down
Loading

0 comments on commit 25868be

Please sign in to comment.