Skip to content

Commit 6af5aec

Browse files
committed
remove unused bench module
1 parent 0531811 commit 6af5aec

File tree

1 file changed

+0
-17
lines changed
  • chain-impl-mockchain/src/block

1 file changed

+0
-17
lines changed

chain-impl-mockchain/src/block/mod.rs

-17
Original file line numberDiff line numberDiff line change
@@ -177,20 +177,3 @@ impl property::HasHeader for Block {
177177
self.header.clone()
178178
}
179179
}
180-
181-
#[cfg(test)]
182-
#[cfg(feature = "with-bench")]
183-
mod bench {
184-
use test::Bencher;
185-
186-
/*
187-
#[bench]
188-
pub fn serialization(&b: &mut Bencher) -> Self {
189-
let bc = BlockContent::new();
190-
191-
b.iter(|| {
192-
193-
})
194-
}
195-
*/
196-
}

0 commit comments

Comments
 (0)