diff --git a/lighthouse/state/block/validation/benches.rs b/lighthouse/state/block/validation/benches.rs index 481ee224e..8da101589 100644 --- a/lighthouse/state/block/validation/benches.rs +++ b/lighthouse/state/block/validation/benches.rs @@ -1,9 +1,3 @@ -/* - * Note: this is a copy of the ./tests.rs file that is rigged to give some fast and easy - * benchmarking. - * - * This file should be moved into a bench/ dir in the root and structured correctly. - */ extern crate test; use self::test::Bencher;