summaryrefslogtreecommitdiff
path: root/src/vm/ecalllist.h
diff options
context:
space:
mode:
authorJustin Van Patten <jvp@justinvp.com>2018-01-05 14:53:21 -0800
committerJan Kotas <jkotas@microsoft.com>2018-01-05 14:53:21 -0800
commit60ba4751a4bab0651db356af1b269bc5d96822c5 (patch)
tree2e11e0f1ce33d4f88b396c796c11e2ac80f7e6be /src/vm/ecalllist.h
parent6c12105bb8cc1821ba5d5c3d36aad609a44308e0 (diff)
downloadcoreclr-60ba4751a4bab0651db356af1b269bc5d96822c5.tar.gz
coreclr-60ba4751a4bab0651db356af1b269bc5d96822c5.tar.bz2
coreclr-60ba4751a4bab0651db356af1b269bc5d96822c5.zip
Cleanup AppDomain (#15748)
Remove dead code and various cleanup.
Diffstat (limited to 'src/vm/ecalllist.h')
-rw-r--r--src/vm/ecalllist.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vm/ecalllist.h b/src/vm/ecalllist.h
index 63d239e8a3..7cd6889c47 100644
--- a/src/vm/ecalllist.h
+++ b/src/vm/ecalllist.h
@@ -459,12 +459,10 @@ FCFuncEnd()
FCFuncStart(gAppDomainFuncs)
FCFuncElement("IsStringInterned", AppDomainNative::IsStringInterned)
- FCFuncElement("IsUnloadingForcedFinalize", AppDomainNative::IsUnloadingForcedFinalize)
#ifdef FEATURE_APPX
QCFuncElement("nGetAppXFlags", AppDomainNative::GetAppXFlags)
#endif
- FCFuncElement("nGetFriendlyName", AppDomainNative::GetFriendlyName)
FCFuncElement("nSetupFriendlyName", AppDomainNative::SetupFriendlyName)
FCFuncElement("nGetAssemblies", AppDomainNative::GetAssemblies)
FCFuncElement("nCreateContext", AppDomainNative::CreateContext)