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-28 19:21:50 +0300
committerJan Kotas <jkotas@microsoft.com>2016-04-28 19:21:50 +0300
commitab621803a9db580ce8b6a73e7002034676c39528 (patch)
tree8891b21bc90c7f5c362f12b3adfb46f59a4ec1fa /src/Native/Runtime/portable.cpp
parent1a6c068e9df96e9ba30de937ff937ae7b3696e57 (diff)
Add exported native callable methods as compilation roots (#1211)
Add exported native callable methods as compilation roots
Diffstat (limited to 'src/Native/Runtime/portable.cpp')
-rw-r--r--src/Native/Runtime/portable.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Native/Runtime/portable.cpp b/src/Native/Runtime/portable.cpp
index 429131660..7e78c6e90 100644
--- a/src/Native/Runtime/portable.cpp
+++ b/src/Native/Runtime/portable.cpp
@@ -306,12 +306,6 @@ COOP_PINVOKE_HELPER(UIntTarget, ManagedCallout2, (UIntTarget argument1, UIntTarg
}
#endif
-// finalizer.cs
-COOP_PINVOKE_HELPER(void, ProcessFinalizers, ())
-{
- ASSERT_UNCONDITIONALLY("NYI");
-}
-
//
// Return address hijacking
//