From fae00a77e2589cc784650e3e60e1b99c22ca8a7b Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Wed, 15 Apr 2020 19:02:22 -0400 Subject: bench: Remove unused argsman.ClearArgs --- src/bench/bench_bitcoin.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/bench') 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; -- cgit v1.2.3