summaryrefslogtreecommitdiff
path: root/src/vm/eepolicy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/eepolicy.cpp')
-rw-r--r--src/vm/eepolicy.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/vm/eepolicy.cpp b/src/vm/eepolicy.cpp
index 50ccac0350..22d196bca6 100644
--- a/src/vm/eepolicy.cpp
+++ b/src/vm/eepolicy.cpp
@@ -666,12 +666,6 @@ EPolicyAction EEPolicy::DetermineResourceConstraintAction(Thread *pThread)
{
action = eThrowException;
}
- // If the current thread is AD unload helper thread, it should not block itself.
- else if (pThread->HasThreadStateNC(Thread::TSNC_ADUnloadHelper) &&
- action < eExitProcess)
- {
- action = eThrowException;
- }
return action;
}