From 8723b37f923dda9d01d7ed6d0c5d11b7224aa8f5 Mon Sep 17 00:00:00 2001 From: Johannes Tax Date: Mon, 22 Jun 2020 10:10:19 -0700 Subject: [PATCH] Remove unused struct --- api/include/opentelemetry/common/attribute_value.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/api/include/opentelemetry/common/attribute_value.h b/api/include/opentelemetry/common/attribute_value.h index 8a6b0c1b39..6340a4f97c 100644 --- a/api/include/opentelemetry/common/attribute_value.h +++ b/api/include/opentelemetry/common/attribute_value.h @@ -24,14 +24,5 @@ using AttributeValue = nostd::variant, nostd::span, nostd::span>; - -/** - * A key/value pair that can be used to set attributes. - */ -struct AttributeKeyValue -{ - nostd::string_view key; - AttributeValue value; -}; } // namespace common OPENTELEMETRY_END_NAMESPACE