summaryrefslogtreecommitdiff
path: root/src/vm/ecalllist.h
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-12-10 13:34:03 -0800
committerGitHub <noreply@github.com>2018-12-10 13:34:03 -0800
commit64f76abbde7f3b7a91bbdbe66c9beebc63bb8f0c (patch)
tree783aa9a56dedf8395e9aee6663019e4d5517bb84 /src/vm/ecalllist.h
parentab1529bb9bca98d8ebfce5461626cec14426ac53 (diff)
downloadcoreclr-64f76abbde7f3b7a91bbdbe66c9beebc63bb8f0c.tar.gz
coreclr-64f76abbde7f3b7a91bbdbe66c9beebc63bb8f0c.tar.bz2
coreclr-64f76abbde7f3b7a91bbdbe66c9beebc63bb8f0c.zip
Refactor internal System.AppDomain out of CoreLib (#21460)
Fixes #21028
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 2db7b70d06..492bd95a31 100644
--- a/src/vm/ecalllist.h
+++ b/src/vm/ecalllist.h
@@ -682,8 +682,6 @@ FCFuncStart(gThreadFuncs)
FCFuncElement("SleepInternal", ThreadNative::Sleep)
#define Sleep(a) Dont_Use_Sleep(a)
FCFuncElement("SetStart", ThreadNative::SetStart)
- FCFuncElement("GetDomainInternal", ThreadNative::GetDomain)
- FCFuncElement("GetFastDomainInternal", ThreadNative::FastGetDomain)
QCFuncElement("InformThreadNameChange", ThreadNative::InformThreadNameChange)
FCFuncElement("SpinWaitInternal", ThreadNative::SpinWait)
QCFuncElement("YieldInternal", ThreadNative::YieldThread)