summaryrefslogtreecommitdiff
path: root/src/utilcode
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/utilcode
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/utilcode')
-rw-r--r--src/utilcode/posterror.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/utilcode/posterror.cpp b/src/utilcode/posterror.cpp
index 3c97db7ea2..a15128add9 100644
--- a/src/utilcode/posterror.cpp
+++ b/src/utilcode/posterror.cpp
@@ -28,16 +28,6 @@
// Local prototypes.
HRESULT FillErrorInfo(LPCWSTR szMsg, DWORD dwHelpContext);
-//*****************************************************************************
-// Function that we'll expose to the outside world to fire off the shutdown method
-//*****************************************************************************
-#ifdef SHOULD_WE_CLEANUP
-void ShutdownCompRC()
-{
- CCompRC::ShutdownDefaultResourceDll();
-}
-#endif /* SHOULD_WE_CLEANUP */
-
void GetResourceCultureCallbacks(
FPGETTHREADUICULTURENAMES* fpGetThreadUICultureNames,
FPGETTHREADUICULTUREID* fpGetThreadUICultureId)