Skip to content

Commit fae00a7

Browse files
author
MarcoFalke
committed
bench: Remove unused argsman.ClearArgs
1 parent fa46aeb commit fae00a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bench/bench_bitcoin.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ int main(int argc, char** argv)
7474
argsman.GetArg("-plot-height", DEFAULT_PLOT_HEIGHT)));
7575
}
7676

77-
argsman.ClearArgs(); // argsman no longer needed. Clear it here to avoid interactions with the testing setup in the benches
78-
7977
benchmark::BenchRunner::RunAll(*printer, evaluations, scaling_factor, regex_filter, is_list_only);
8078

8179
return EXIT_SUCCESS;

0 commit comments

Comments
 (0)