summaryrefslogtreecommitdiff
path: root/src/vm/class.cpp
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-11-09 17:49:12 -0800
committerGitHub <noreply@github.com>2018-11-09 17:49:12 -0800
commitff5723233e6b4df6fe441b2ba453506f860aebe9 (patch)
tree3c2eea0456a47012ef7488fdd3a82e349d098b94 /src/vm/class.cpp
parent3464b60b85c8e10d69d8da86d2eb3f9e7aaa7c4b (diff)
downloadcoreclr-ff5723233e6b4df6fe441b2ba453506f860aebe9.tar.gz
coreclr-ff5723233e6b4df6fe441b2ba453506f860aebe9.tar.bz2
coreclr-ff5723233e6b4df6fe441b2ba453506f860aebe9.zip
Delete dead/unreachable code related to remoting (#20880)
Diffstat (limited to 'src/vm/class.cpp')
-rw-r--r--src/vm/class.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/vm/class.cpp b/src/vm/class.cpp
index 08d0015424..8c51e6384f 100644
--- a/src/vm/class.cpp
+++ b/src/vm/class.cpp
@@ -174,11 +174,6 @@ void EEClass::Destruct(MethodTable * pOwningMT)
delete pDelegateEEClass->m_pUMThunkMarshInfo;
}
- // We should never get here for thunking proxy because we do not destroy
- // default appdomain and mscorlib.dll module during shutdown
- _ASSERTE(!pOwningMT->IsTransparentProxy());
-
-
#ifdef FEATURE_COMINTEROP
if (GetSparseCOMInteropVTableMap() != NULL && !pOwningMT->IsZapped())
delete GetSparseCOMInteropVTableMap();