Remove unused DEFAULT_N

This commit is contained in:
Bram Veenboer
2025-08-12 16:44:17 +02:00
parent eb3806442d
commit cd048e5581

View File

@@ -7,9 +7,6 @@
#include <benchmark/benchmark.h>
// Default values if not overridden by range multipliers
constexpr size_t DEFAULT_N = 10'000'000;
template <typename Backend>
static void benchmark_sinf(benchmark::State &state) {
const size_t N = static_cast<size_t>(state.range(0));