Remove deprecated code.

This commit removes code that was deprecated in tokio-core master.
This commit is contained in:
Carl Lerche
2017-10-30 16:37:15 -07:00
committed by Alex Crichton
parent 36aaaa1520
commit b23a997cb8
9 changed files with 7 additions and 535 deletions
+1 -6
View File
@@ -100,6 +100,7 @@ extern crate futures;
extern crate iovec;
extern crate mio;
extern crate slab;
#[macro_use]
extern crate tokio_io;
#[macro_use]
@@ -108,12 +109,6 @@ extern crate scoped_tls;
#[macro_use]
extern crate log;
#[macro_use]
#[doc(hidden)]
pub mod io;
mod heap;
#[doc(hidden)]
pub mod channel;
pub mod net;
pub mod reactor;