Skip to content

Commit

Permalink
more unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed Oct 2, 2023
1 parent 03c3cab commit 1248928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/include/opentelemetry/metrics/noop.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class NoopHistogram : public Histogram<T>
const opentelemetry::common::KeyValueIterable & /*attributes*/) noexcept override
{}

void Record(T value) noexcept override {}
void Record(T /*value*/) noexcept override {}
#endif
};

Expand Down

0 comments on commit 1248928

Please sign in to comment.