Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused new (found in disassembly in public nuget) (#2550)
* Remove unused new (found in disassembly in public nuget) ``` internal static void AddBatch(this ExportLogsServiceRequest request, Resource processResource, in Batch<OpenTelemetry.Logs.LogRecord> logRecordBatch) { new Dictionary<string, InstrumentationLibraryLogs>(); ResourceLogs resourceLogs = new ResourceLogs { Resource = processResource };``` * Remove now unused using Co-authored-by: Alan West <[email protected]>
- Loading branch information