Skip to content

Commit f069af0

Browse files
committed
Comment all the changes, verify CI passes
1 parent bb816b8 commit f069af0

File tree

1 file changed

+2
-0
lines changed
  • src/libraries/System.Private.CoreLib/src/System/Threading

1 file changed

+2
-0
lines changed

src/libraries/System.Private.CoreLib/src/System/Threading/Thread.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ private void RunWorker()
7272

7373
try
7474
{
75+
/*
7576
#if TARGET_OSX || NATIVEAOT
7677
// On other platforms, when the underlying native thread is created,
7778
// the thread name is set to the name of the managed thread by another thread.
@@ -85,6 +86,7 @@ private void RunWorker()
8586
thread.ThreadNameChanged(thread.Name);
8687
}
8788
#endif
89+
*/
8890
if (start is ThreadStart threadStart)
8991
{
9092
threadStart();

0 commit comments

Comments
 (0)