Skip to content

Commit

Permalink
Remove unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Tax committed Jun 23, 2020
1 parent dd8e1b0 commit 8723b37
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions api/include/opentelemetry/common/attribute_value.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,5 @@ using AttributeValue = nostd::variant<bool,
nostd::span<const uint64_t>,
nostd::span<const double>,
nostd::span<const nostd::string_view>>;

/**
* A key/value pair that can be used to set attributes.
*/
struct AttributeKeyValue
{
nostd::string_view key;
AttributeValue value;
};
} // namespace common
OPENTELEMETRY_END_NAMESPACE

0 comments on commit 8723b37

Please sign in to comment.