summaryrefslogtreecommitdiff
path: root/src/vm/threadsuspend.cpp
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2019-05-23 17:38:52 -0700
committerGitHub <noreply@github.com>2019-05-23 17:38:52 -0700
commitd969f9766f8ae9b895b487cdbd600beeb47ee51b (patch)
tree220cc29666cf61c4807bca5023e6b3ad73d6f6de /src/vm/threadsuspend.cpp
parent5c1ccd1d83bd6927ae43ceb1a29568c2abe1491b (diff)
downloadcoreclr-d969f9766f8ae9b895b487cdbd600beeb47ee51b.tar.gz
coreclr-d969f9766f8ae9b895b487cdbd600beeb47ee51b.tar.bz2
coreclr-d969f9766f8ae9b895b487cdbd600beeb47ee51b.zip
Delete FEATURE_TESTHOOK (#24746)
Diffstat (limited to 'src/vm/threadsuspend.cpp')
-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 cc274060e3..b44080763a 100644
--- a/src/vm/threadsuspend.cpp
+++ b/src/vm/threadsuspend.cpp
@@ -2708,8 +2708,6 @@ void Thread::HandleThreadAbort ()
STATIC_CONTRACT_THROWS;
STATIC_CONTRACT_GC_TRIGGERS;
- TESTHOOKCALL(AppDomainCanBeUnloaded(DefaultADID, FALSE));
-
// It's possible we could go through here if we hit a hard SO and MC++ has called back
// into the runtime on this thread