diff --git a/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/Implementation/LogRecordExtensions.cs b/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/Implementation/LogRecordExtensions.cs index 69cb934a994..cace7af6b15 100644 --- a/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/Implementation/LogRecordExtensions.cs +++ b/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/Implementation/LogRecordExtensions.cs @@ -14,7 +14,6 @@ // limitations under the License. // -using System.Collections.Generic; using System.Runtime.CompilerServices; using Google.Protobuf; using Google.Protobuf.Collections; @@ -35,7 +34,6 @@ internal static void AddBatch( OtlpResource.Resource processResource, in Batch logRecordBatch) { - Dictionary logRecordsByLibrary = new Dictionary(); OtlpLogs.ResourceLogs resourceLogs = new OtlpLogs.ResourceLogs { Resource = processResource,