Skip to content

Commit

Permalink
fix redundant definition of constexpr
Browse files Browse the repository at this point in the history
  • Loading branch information
dmah42 committed Nov 3, 2024
1 parent bb7f9ad commit 7339256
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/perf_counters.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
namespace benchmark {
namespace internal {

constexpr size_t PerfCounterValues::kMaxCounters;

#if defined HAVE_LIBPFM

size_t PerfCounterValues::Read(const std::vector<int>& leaders) {
Expand Down

0 comments on commit 7339256

Please sign in to comment.