Remove now unnecessary util glob imports

This commit is contained in:
Fredrik 2017-09-05 10:18:07 +02:00
parent e54784bfeb
commit a688370c9d
2 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@ use hyper::Url;
use bigint::prelude::U256; use bigint::prelude::U256;
use bigint::hash::H256; use bigint::hash::H256;
use parking_lot::Mutex; use parking_lot::Mutex;
use util::*;
use ethereum::ethash::Ethash; use ethereum::ethash::Ethash;
/// Trait for notifying about new mining work /// Trait for notifying about new mining work

View File

@ -26,7 +26,6 @@ use heapsize::HeapSizeOf;
use bigint::prelude::U256; use bigint::prelude::U256;
use bigint::hash::H256; use bigint::hash::H256;
use parking_lot::{Condvar, Mutex, RwLock}; use parking_lot::{Condvar, Mutex, RwLock};
use util::*;
use io::*; use io::*;
use error::*; use error::*;
use engines::Engine; use engines::Engine;