Skip to content

Commit

Permalink
Update src/coreclr/vm/ceemain.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas authored Dec 11, 2024
1 parent 2df2855 commit 348a516
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/coreclr/vm/ceemain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1766,7 +1766,6 @@ void InitFlsSlot()
g_flsIndex = FlsAlloc(FiberDetachCallback);
if (g_flsIndex == FLS_OUT_OF_INDEXES)
{
_ASSERTE(!"Initialization of an FLS slot failed.");
COMPlusThrowWin32();
}
}
Expand Down

0 comments on commit 348a516

Please sign in to comment.