summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Au <cshung@gmail.com>2019-02-26 20:39:30 -0800
committerJan Kotas <jkotas@microsoft.com>2019-02-26 20:39:30 -0800
commit06137e01b64cd7771a229a7eb01ef3c948720bbb (patch)
treee91e6863a023474a674c5d9ff53908705daf3557
parent417f87ccaa75e45ece97835cb46fe7658ef86543 (diff)
downloadcoreclr-06137e01b64cd7771a229a7eb01ef3c948720bbb.tar.gz
coreclr-06137e01b64cd7771a229a7eb01ef3c948720bbb.tar.bz2
coreclr-06137e01b64cd7771a229a7eb01ef3c948720bbb.zip
Remove bogus assert in Thread::MarkThreadForAbort (#22869)
-rw-r--r--src/vm/threadsuspend.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vm/threadsuspend.cpp b/src/vm/threadsuspend.cpp
index 65a10eef44..330eb98c90 100644
--- a/src/vm/threadsuspend.cpp
+++ b/src/vm/threadsuspend.cpp
@@ -2242,8 +2242,6 @@ void Thread::MarkThreadForAbort(ThreadAbortRequester requester, EEPolicy::Thread
}
CONTRACTL_END;
- _ASSERTE ((requester & TAR_Thread) == TAR_Thread);
-
AbortRequestLockHolder lh(this);
if (fTentative)