process: Remove unused imports

This commit is contained in:
Alex Crichton
2019-06-24 16:56:45 -07:00
committed by Ivan Petkov
parent eef655f3b1
commit 649fa13a15
-2
View File
@@ -7,8 +7,6 @@ use std::sync::mpsc::channel;
use std::sync::{Once, ONCE_INIT};
use std::thread;
use futures::Future;
use futures::stream::Stream;
use tokio_core::{Loop, LoopHandle};
use tokio_process::Command;