Skip to content

Commit 0b50018

Browse files
[Redis] Update netfx_assembly_redirection
Remove lines for `System.Threading.Channels` that didn't get deleted by a local rebuild.
1 parent 0af2827 commit 0b50018

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ void CorProfiler::InitNetFxAssemblyRedirectsMap()
148148
{ L"System.Text.Json", {10, 0, 0, 0} },
149149
{ L"System.Text.RegularExpressions", {4, 1, 1, 0} },
150150
{ L"System.Threading", {4, 0, 11, 0} },
151-
{ L"System.Threading.Channels", {5, 0, 0, 0} },
152151
{ L"System.Threading.Overlapped", {4, 1, 0, 0} },
153152
{ L"System.Threading.Tasks", {4, 0, 11, 0} },
154153
{ L"System.Threading.Tasks.Extensions", {4, 2, 4, 0} },
@@ -294,7 +293,6 @@ void CorProfiler::InitNetFxAssemblyRedirectsMap()
294293
{ L"System.Text.Json", {10, 0, 0, 0} },
295294
{ L"System.Text.RegularExpressions", {4, 1, 1, 0} },
296295
{ L"System.Threading", {4, 0, 11, 0} },
297-
{ L"System.Threading.Channels", {5, 0, 0, 0} },
298296
{ L"System.Threading.Overlapped", {4, 1, 0, 0} },
299297
{ L"System.Threading.Tasks", {4, 0, 11, 0} },
300298
{ L"System.Threading.Tasks.Extensions", {4, 2, 4, 0} },
@@ -368,7 +366,6 @@ void CorProfiler::InitNetFxAssemblyRedirectsMap()
368366
{ L"System.Security.SecureString", {4, 1, 0, 0} },
369367
{ L"System.Text.Encodings.Web", {10, 0, 0, 0} },
370368
{ L"System.Text.Json", {10, 0, 0, 0} },
371-
{ L"System.Threading.Channels", {5, 0, 0, 0} },
372369
{ L"System.Threading.Overlapped", {4, 1, 0, 0} },
373370
{ L"System.Threading.Tasks.Extensions", {4, 2, 4, 0} },
374371
{ L"System.Xml.XPath.XDocument", {4, 1, 0, 0} },
@@ -421,7 +418,6 @@ void CorProfiler::InitNetFxAssemblyRedirectsMap()
421418
{ L"System.Runtime.CompilerServices.Unsafe", {6, 0, 3, 0} },
422419
{ L"System.Text.Encodings.Web", {10, 0, 0, 0} },
423420
{ L"System.Text.Json", {10, 0, 0, 0} },
424-
{ L"System.Threading.Channels", {5, 0, 0, 0} },
425421
{ L"System.Threading.Tasks.Extensions", {4, 2, 4, 0} },
426422
}}
427423
});

0 commit comments

Comments
 (0)