removed redundant Blockchain::db method (#7919)

This commit is contained in:
Marek Kotewicz 2018-02-16 19:43:19 +01:00 committed by GitHub
parent ec34d50459
commit ff0c44c060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -1408,11 +1408,6 @@ impl BlockChain {
ancient_block_number: best_ancient_block.as_ref().map(|b| b.number),
}
}
#[cfg(test)]
pub fn db(&self) -> &Arc<KeyValueDB> {
&self.db
}
}
#[cfg(test)]