diff options
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r-- | components/util/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs index ee3bb09921e..931cd2dc1a5 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -18,7 +18,6 @@ extern crate core; #[macro_use] extern crate euclid; extern crate getopts; #[macro_use] extern crate heapsize; -#[cfg(feature = "servo")] extern crate ipc_channel; #[allow(unused_extern_crates)] #[macro_use] extern crate lazy_static; #[macro_use] extern crate log; extern crate num_cpus; @@ -31,7 +30,6 @@ extern crate xdg; pub mod basedir; pub mod geometry; -#[cfg(feature = "servo")] #[allow(unsafe_code)] pub mod ipc; #[allow(unsafe_code)] pub mod opts; pub mod prefs; #[cfg(feature = "servo")] pub mod remutex; |