We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e654570 commit 3c5503dCopy full SHA for 3c5503d
1 file changed
src/coreclr/vm/ceemain.cpp
@@ -1792,8 +1792,6 @@ static void OsAttachThread(void* thread)
1792
// It fails fast if some other thread value was attached to the current fiber.
1793
// Parameters:
1794
// thread - thread to detach
1795
-// Return:
1796
-// true if the thread was detached, false if there was no attached thread
1797
void OsDetachThread(void* thread)
1798
{
1799
ASSERT(g_flsIndex != FLS_OUT_OF_INDEXES);
0 commit comments