Skip to content

Commit 348a516

Browse files
authored
Update src/coreclr/vm/ceemain.cpp
1 parent 2df2855 commit 348a516

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/coreclr/vm/ceemain.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1766,7 +1766,6 @@ void InitFlsSlot()
17661766
g_flsIndex = FlsAlloc(FiberDetachCallback);
17671767
if (g_flsIndex == FLS_OUT_OF_INDEXES)
17681768
{
1769-
_ASSERTE(!"Initialization of an FLS slot failed.");
17701769
COMPlusThrowWin32();
17711770
}
17721771
}

0 commit comments

Comments
 (0)