Skip to content

Commit 3ec9a5d

Browse files
committed
Post-rebase fix up
1 parent c4fda82 commit 3ec9a5d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/coreclr/vm/exceptionhandling.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,6 @@ void ExceptionTracker::InitializeCrawlFrameForExplicitFrame(CrawlFrame* pcfThisF
11331133
void ExceptionTracker::InitializeCurrentContextForCrawlFrame(CrawlFrame* pcfThisFrame, PT_DISPATCHER_CONTEXT pDispatcherContext, StackFrame sfEstablisherFrame)
11341134
{
11351135
#if defined(TARGET_X86) && defined(TARGET_WINDOWS)
1136-
ASSERT(g_isNewExceptionHandlingEnabled);
11371136
UNREACHABLE();
11381137
#else
11391138
CONTRACTL
@@ -1185,7 +1184,6 @@ void ExceptionTracker::InitializeCrawlFrame(CrawlFrame* pcfThisFrame, Thread* pT
11851184
ExceptionTracker *pCurrentTracker)
11861185
{
11871186
#if defined(TARGET_X86) && defined(TARGET_WINDOWS)
1188-
ASSERT(g_isNewExceptionHandlingEnabled);
11891187
UNREACHABLE();
11901188
#else
11911189
CONTRACTL
@@ -1473,7 +1471,6 @@ CLRUnwindStatus ExceptionTracker::ProcessOSExceptionNotification(
14731471
PVOID pICFSetAsLimitFrame)
14741472
{
14751473
#if defined(TARGET_X86) && defined(TARGET_WINDOWS)
1476-
ASSERT(g_isNewExceptionHandlingEnabled);
14771474
UNREACHABLE();
14781475
#else
14791476
CONTRACTL

0 commit comments

Comments
 (0)