Skip to content

Commit 06137e0

Browse files
cshungjkotas
authored andcommitted
Remove bogus assert in Thread::MarkThreadForAbort (dotnet#22869)
1 parent 417f87c commit 06137e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/vm/threadsuspend.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2242,8 +2242,6 @@ void Thread::MarkThreadForAbort(ThreadAbortRequester requester, EEPolicy::Thread
22422242
}
22432243
CONTRACTL_END;
22442244

2245-
_ASSERTE ((requester & TAR_Thread) == TAR_Thread);
2246-
22472245
AbortRequestLockHolder lh(this);
22482246

22492247
if (fTentative)

0 commit comments

Comments
 (0)