From 3c5503d67ed6b5de6610678b566dc5dc826987dd Mon Sep 17 00:00:00 2001 From: vsadov <8218165+VSadov@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:40:09 -0800 Subject: [PATCH] Fix a comment to match the function signature --- src/coreclr/vm/ceemain.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/coreclr/vm/ceemain.cpp b/src/coreclr/vm/ceemain.cpp index eba08c952b21dc..33f4120af9e848 100644 --- a/src/coreclr/vm/ceemain.cpp +++ b/src/coreclr/vm/ceemain.cpp @@ -1792,8 +1792,6 @@ static void OsAttachThread(void* thread) // It fails fast if some other thread value was attached to the current fiber. // Parameters: // thread - thread to detach -// Return: -// true if the thread was detached, false if there was no attached thread void OsDetachThread(void* thread) { ASSERT(g_flsIndex != FLS_OUT_OF_INDEXES);