Removed unused import

This commit is contained in:
arkpar 2016-01-15 00:54:43 +01:00
parent 825f3733fd
commit 8dd4b3689a

View File

@ -16,7 +16,6 @@ use error::*;
use io::*;
use network::NetworkProtocolHandler;
use network::node::*;
use slab::Index;
type Slab<T> = ::slab::Slab<T, usize>;