Skip to content

Commit a4eafe2

Browse files
jkotasVSadov
authored andcommitted
Update src/coreclr/vm/ceemain.cpp
1 parent 4b8cd71 commit a4eafe2

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
@@ -1765,7 +1765,6 @@ void InitFlsSlot()
17651765
g_flsIndex = FlsAlloc(FiberDetachCallback);
17661766
if (g_flsIndex == FLS_OUT_OF_INDEXES)
17671767
{
1768-
_ASSERTE(!"Initialization of an FLS slot failed.");
17691768
COMPlusThrowWin32();
17701769
}
17711770
}

0 commit comments

Comments
 (0)