Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-04-19 07:14:25 +0300
committerJan Kotas <jkotas@microsoft.com>2016-04-19 07:14:25 +0300
commit802eb6ad212377e8e2b90da34950194018fe41da (patch)
tree258e070702395eee295080063521c121cf0b3e2e /src/Native/Runtime/gcrhinterface.h
parenta3340a16fa2a2cdb739dd6c2a93e248823586b63 (diff)
Remove shutdown finalization
Remove shutdown finalization. It makes CoreRT/PN consistent with .NETCore / CoreCLR. The long story is in https://github.com/dotnet/corefx/issues/5205. The shutdown finalization was not used by UWP apps because they are never shutdown gracefully. [tfs-changeset: 1597160]
Diffstat (limited to 'src/Native/Runtime/gcrhinterface.h')
-rw-r--r--src/Native/Runtime/gcrhinterface.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Native/Runtime/gcrhinterface.h b/src/Native/Runtime/gcrhinterface.h
index 9a5b31371..3bf10e7dd 100644
--- a/src/Native/Runtime/gcrhinterface.h
+++ b/src/Native/Runtime/gcrhinterface.h
@@ -179,11 +179,6 @@ public:
static GcScanObjectFunction GetCurrentScanCallbackFunction();
static void* GetCurrentScanContext();
- // If the class library has requested it, call this method on clean shutdown (i.e. return from Main) to
- // perform a final pass of finalization where all finalizable objects are processed regardless of whether
- // they are still rooted.
- static void ShutdownFinalization();
-
// Returns size GCDesc. Used by type cloning.
static UInt32 GetGCDescSize(void * pType);