Removed warning supression

This commit is contained in:
arkpar 2016-02-07 12:10:28 +01:00
parent b2f69a08ca
commit 976b10a4ef
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ impl JournalDB {
/// Commit all recent insert operations and historical removals from the old era
/// to the backing database.
#[allow(cyclomatic_complexity)]
pub fn commit(&mut self, now: u64, id: &H256, end: Option<(u64, H256)>) -> Result<u32, UtilError> {
// journal format:
// [era, 0] => [ id, [insert_0, ...], [remove_0, ...] ]