From 13467abd7f7c288d8f2177106da95460f781af6f Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Fri, 28 Sep 2018 17:30:49 +0930 Subject: [PATCH] Tidy benches file --- lighthouse/state/block/validation/benches.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lighthouse/state/block/validation/benches.rs b/lighthouse/state/block/validation/benches.rs index 481ee224ef..8da101589b 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;