summaryrefslogtreecommitdiff
path: root/cli/ops/bench.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/ops/bench.rs')
-rw-r--r--cli/ops/bench.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/ops/bench.rs b/cli/ops/bench.rs
index 2181a139c..513ecc0d1 100644
--- a/cli/ops/bench.rs
+++ b/cli/ops/bench.rs
@@ -38,7 +38,6 @@ pub fn init(
.state(move |state| {
state.put(sender.clone());
state.put(filter.clone());
- Ok(())
})
.build()
}