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-02-18 05:14:56 +0300
committerJan Kotas <jkotas@microsoft.com>2016-02-27 05:59:28 +0300
commit85cb5dc1763ea1de1a21705b5d3fb5bc9e24bc9f (patch)
treedf4e542d3af605aea911947be78e7659639fd5ac /src/Native/Runtime/startup.cpp
parente4806d61608bdb111fb98f25736337d46182f730 (diff)
Delete SimpleModule registration
Diffstat (limited to 'src/Native/Runtime/startup.cpp')
-rw-r--r--src/Native/Runtime/startup.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Native/Runtime/startup.cpp b/src/Native/Runtime/startup.cpp
index 4e7033d4a..e5f7fe070 100644
--- a/src/Native/Runtime/startup.cpp
+++ b/src/Native/Runtime/startup.cpp
@@ -304,17 +304,6 @@ COOP_PINVOKE_HELPER(UInt32_BOOL, RhpRegisterModule, (ModuleHeader *pModuleHeader
return UInt32_TRUE;
}
-
-COOP_PINVOKE_HELPER(UInt32_BOOL, RhpRegisterSimpleModule, (SimpleModuleHeader *pModuleHeader))
-{
- RuntimeInstance * pInstance = GetRuntimeInstance();
-
- if (!pInstance->RegisterSimpleModule(pModuleHeader))
- return UInt32_FALSE;
-
- return UInt32_TRUE;
-}
-
COOP_PINVOKE_HELPER(UInt32_BOOL, RhpEnableConservativeStackReporting, ())
{
RuntimeInstance * pInstance = GetRuntimeInstance();