summaryrefslogtreecommitdiff
path: root/src/vm/appdomain.cpp
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-06-15 15:44:36 -0700
committerGitHub <noreply@github.com>2018-06-15 15:44:36 -0700
commit6bb3f84d42b9756c5fa18158db8f724d57796296 (patch)
tree2ae71f9f6aa18f40dab879c82c80794359e42aaf /src/vm/appdomain.cpp
parent13954f2b3072866be61c273d17f7b4fd2d1e6099 (diff)
downloadcoreclr-6bb3f84d42b9756c5fa18158db8f724d57796296.tar.gz
coreclr-6bb3f84d42b9756c5fa18158db8f724d57796296.tar.bz2
coreclr-6bb3f84d42b9756c5fa18158db8f724d57796296.zip
Delete bitrotten appdomain agility checks (#18489)
Fixes #18484
Diffstat (limited to 'src/vm/appdomain.cpp')
-rw-r--r--src/vm/appdomain.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vm/appdomain.cpp b/src/vm/appdomain.cpp
index 3766ed528a..3ca7ec7e24 100644
--- a/src/vm/appdomain.cpp
+++ b/src/vm/appdomain.cpp
@@ -2774,8 +2774,6 @@ void SystemDomain::LoadBaseSystemClasses()
g_pExecutionEngineExceptionClass = MscorlibBinder::GetException(kExecutionEngineException);
g_pThreadAbortExceptionClass = MscorlibBinder::GetException(kThreadAbortException);
-
- // used by gc to handle predefined agility checking
g_pThreadClass = MscorlibBinder::GetClass(CLASS__THREAD);
#ifdef FEATURE_COMINTEROP