mirror of
https://github.com/servo/servo.git
synced 2025-07-30 10:40:27 +01:00
Remove util::ipc module (fixes #12312)
This commit is contained in:
parent
f4ed2c6875
commit
a1c6911972
5 changed files with 1 additions and 185 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue