cleanup unused import (#2045)

This commit is contained in:
Antioch Peverell 2018-11-29 11:03:23 +00:00 committed by GitHub
parent f05d3dd920
commit b9cfcc777b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,6 @@ use core::{core, global};
use p2p; use p2p;
use pool; use pool;
use rand::prelude::*; use rand::prelude::*;
use store;
use util::OneTime; use util::OneTime;
/// Implementation of the NetAdapter for the . Gets notified when new /// Implementation of the NetAdapter for the . Gets notified when new