Skip to content

Commit 18fbd31

Browse files
committed
Remove unnecessary function definition in benchmark
1 parent c56fffa commit 18fbd31

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

source/containers/test/sort/sort_benchmark.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ namespace {
1616

1717
using namespace bounded::literal;
1818

19-
// https://github.com/google/benchmark/issues/1584
20-
auto DoNotOptimize(auto && value) -> void {
21-
benchmark::DoNotOptimize(value);
22-
}
23-
2419
template<std::size_t size>
2520
struct data {
2621
constexpr explicit data(unsigned value) {

0 commit comments

Comments
 (0)