aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/lib.rs
diff options
context:
space:
mode:
authorDirkjan Ochtman <dirkjan@ochtman.nl>2016-10-19 10:05:11 +0200
committerMs2ger <Ms2ger@gmail.com>2016-10-19 10:05:33 +0200
commita1c69119723c5fe49b3f7539207716e1f48ddcfa (patch)
tree79819baf400f31e1a22031f62523ef75d2a755cf /components/util/lib.rs
parentf4ed2c6875e4f766b4de93263a25431424215f73 (diff)
downloadservo-a1c69119723c5fe49b3f7539207716e1f48ddcfa.tar.gz
servo-a1c69119723c5fe49b3f7539207716e1f48ddcfa.zip
Remove util::ipc module (fixes #12312)
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r--components/util/lib.rs2
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;