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:
authorJeff Greene <hippiehunterenator@gmail.com>2017-09-15 22:51:40 +0300
committerJan Kotas <jkotas@microsoft.com>2017-09-15 22:51:40 +0300
commit3a1a99acefc9b84182ff5ebba254246d557e7163 (patch)
tree4e26b3dfdf83058493bd5ea1e72486334cb4c0ce /src/Native/Runtime/portable.cpp
parent9b22fdfd6c714d19f3e2c22e1db85727097e5dcb (diff)
Implemented portable pinvoke infrastructure for CppCodeGen (#4503)
Diffstat (limited to 'src/Native/Runtime/portable.cpp')
-rw-r--r--src/Native/Runtime/portable.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/Native/Runtime/portable.cpp b/src/Native/Runtime/portable.cpp
index c6615b375..f1e04f980 100644
--- a/src/Native/Runtime/portable.cpp
+++ b/src/Native/Runtime/portable.cpp
@@ -208,19 +208,6 @@ COOP_PINVOKE_HELPER(Array *, RhpNewArrayAlign8, (EEType * pArrayEEType, int numE
}
#endif
-//
-// PInvoke
-//
-COOP_PINVOKE_HELPER(void, RhpPInvoke, (void* pFrame))
-{
- // TODO: RhpPInvoke
-}
-
-COOP_PINVOKE_HELPER(void, RhpPInvokeReturn, (void* pFrame))
-{
- // TODO: RhpPInvokeReturn
-}
-
COOP_PINVOKE_HELPER(void, RhpInitialDynamicInterfaceDispatch, ())
{
ASSERT_UNCONDITIONALLY("NYI");