summaryrefslogtreecommitdiffstats
path: root/benches
diff options
context:
space:
mode:
Diffstat (limited to 'benches')
-rw-r--r--benches/tcp.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/benches/tcp.rs b/benches/tcp.rs
index 45ff3711..fde72ce0 100644
--- a/benches/tcp.rs
+++ b/benches/tcp.rs
@@ -13,7 +13,6 @@ mod prelude {
pub use futures::*;
pub use tokio::reactor::Reactor;
pub use tokio::net::{TcpListener, TcpStream};
- pub use tokio::executor::current_thread;
pub use tokio_io::io::read_to_end;
pub use test::{self, Bencher};