aboutsummaryrefslogtreecommitdiff
path: root/src/bench/bench_bitcoin.cpp
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-04-15 19:02:22 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-04-15 20:33:36 -0400
commitfae00a77e2589cc784650e3e60e1b99c22ca8a7b (patch)
treeed18c102c1c8655d6e89a2bba4580a7bc63ab8b6 /src/bench/bench_bitcoin.cpp
parentfa46aebeb1fc419b227524eab8352d9a7fc1f981 (diff)
downloadbitcoin-fae00a77e2589cc784650e3e60e1b99c22ca8a7b.tar.xz
bench: Remove unused argsman.ClearArgs
Diffstat (limited to 'src/bench/bench_bitcoin.cpp')
-rw-r--r--src/bench/bench_bitcoin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bench/bench_bitcoin.cpp b/src/bench/bench_bitcoin.cpp
index e1983bf994..9b81380a9b 100644
--- a/src/bench/bench_bitcoin.cpp
+++ b/src/bench/bench_bitcoin.cpp
@@ -74,8 +74,6 @@ int main(int argc, char** argv)
argsman.GetArg("-plot-height", DEFAULT_PLOT_HEIGHT)));
}
- argsman.ClearArgs(); // argsman no longer needed. Clear it here to avoid interactions with the testing setup in the benches
-
benchmark::BenchRunner::RunAll(*printer, evaluations, scaling_factor, regex_filter, is_list_only);
return EXIT_SUCCESS;