Remove util::ipc module (fixes #12312)

This commit is contained in:
Dirkjan Ochtman 2016-10-19 10:05:11 +02:00 committed by Ms2ger
parent f4ed2c6875
commit a1c6911972
5 changed files with 1 additions and 185 deletions

View file

@ -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;