diff --git a/src/coreclr/vm/ceemain.cpp b/src/coreclr/vm/ceemain.cpp index eba08c952b21d..33f4120af9e84 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);