Skip to content

Commit

Permalink
Remove unnecessary [[maybe unused]]
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan committed Jul 27, 2023
1 parent 59420be commit f076acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/include/opentelemetry/sdk/common/empty_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace sdk
* This helps to avoid constructing a new empty container every time a call is made
* with default attributes.
*/
OPENTELEMETRY_MAYBE_UNUSED static const opentelemetry::common::KeyValueIterableView<
static const opentelemetry::common::KeyValueIterableView<
std::array<std::pair<std::string, int>, 0>>
&GetEmptyAttributes() noexcept
{
Expand Down

0 comments on commit f076acb

Please sign in to comment.