summaryrefslogtreecommitdiff
path: root/src/vm/ecalllist.h
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2019-04-13 08:09:31 -0700
committerGitHub <noreply@github.com>2019-04-13 08:09:31 -0700
commit8913aaa1388e263d537b19e78caaed6b124fc0ea (patch)
treebd07a13ebfdfdb7c0537eb5969be818f3b735189 /src/vm/ecalllist.h
parent0fed62e68d1f8f8a756ec8ba5348bfde61057666 (diff)
downloadcoreclr-8913aaa1388e263d537b19e78caaed6b124fc0ea.tar.gz
coreclr-8913aaa1388e263d537b19e78caaed6b124fc0ea.tar.bz2
coreclr-8913aaa1388e263d537b19e78caaed6b124fc0ea.zip
Delete COMPlus_FinalizeOnShutdown (#23595)
This compat quirk is increasingly more broken since the framework is generally not compatible with, and we have not heard anybody actually using it. Changed Environment.HasShutdownStarted to unconditionally return false. It does not make sense for it to ever return true with shutdown finalization disabled.
Diffstat (limited to 'src/vm/ecalllist.h')
-rw-r--r--src/vm/ecalllist.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vm/ecalllist.h b/src/vm/ecalllist.h
index ab2da6555d..50071ed410 100644
--- a/src/vm/ecalllist.h
+++ b/src/vm/ecalllist.h
@@ -164,7 +164,6 @@ FCFuncStart(gEnvironmentFuncs)
QCFuncElement("_Exit", SystemNative::Exit)
FCFuncElement("set_ExitCode", SystemNative::SetExitCode)
FCFuncElement("get_ExitCode", SystemNative::GetExitCode)
- FCFuncElement("get_HasShutdownStarted", SystemNative::HasShutdownStarted)
QCFuncElement("GetProcessorCount", SystemNative::GetProcessorCount)
FCFuncElement("GetCommandLineArgsNative", SystemNative::GetCommandLineArgs)