Remove annoying compiler warnings (#10679)

This commit is contained in:
David
2019-05-21 17:12:49 +02:00
committed by Andrew Jones
parent 21a27fee9f
commit c31ffab22e
8 changed files with 32 additions and 38 deletions

View File

@@ -847,8 +847,6 @@ impl Spec {
/// constructor.
pub fn genesis_epoch_data(&self) -> Result<Vec<u8>, String> {
use types::transaction::{Action, Transaction};
use journaldb;
use kvdb_memorydb;
let genesis = self.genesis_header();