Remove extra member variable

This commit is contained in:
Georgy Evtushenko
2024-01-10 10:15:00 -08:00
parent b59c251e3b
commit bcd5c7d885

View File

@@ -27,7 +27,6 @@
// Inherit from the stopping_criterion class:
class fixed_criterion final : public nvbench::stopping_criterion
{
nvbench::criterion_params m_params{};
nvbench::int64_t m_max_samples{};
nvbench::int64_t m_num_samples{};