summaryrefslogtreecommitdiff
path: root/src/vm/ecalllist.h
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2019-01-26 03:32:24 +0100
committerJan Kotas <jkotas@microsoft.com>2019-01-25 18:32:24 -0800
commitbb734dc0df68229e37d11dbdb8aee70e6aff73e4 (patch)
tree0fc244ee1c0a5a5f76df3989617b9a471ad1b20f /src/vm/ecalllist.h
parent1c5ac86fe4dcdd3f2e83e52049b1e393978698b0 (diff)
downloadcoreclr-bb734dc0df68229e37d11dbdb8aee70e6aff73e4.tar.gz
coreclr-bb734dc0df68229e37d11dbdb8aee70e6aff73e4.tar.bz2
coreclr-bb734dc0df68229e37d11dbdb8aee70e6aff73e4.zip
Move more Marshal methods to shared partition (#22205)
* Move more Marshal methods to shared partition * Implement ThrowExceptionForHR in managed
Diffstat (limited to 'src/vm/ecalllist.h')
-rw-r--r--src/vm/ecalllist.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vm/ecalllist.h b/src/vm/ecalllist.h
index 83dadce185..fb182e33a3 100644
--- a/src/vm/ecalllist.h
+++ b/src/vm/ecalllist.h
@@ -817,7 +817,6 @@ FCFuncStart(gInteropMarshalFuncs)
FCFuncElement("OffsetOfHelper", MarshalNative::OffsetOfHelper)
QCFuncElement("InternalPrelink", MarshalNative::Prelink)
- FCFuncElement("ThrowExceptionForHRInternal", MarshalNative::ThrowExceptionForHR)
FCFuncElement("GetExceptionForHRInternal", MarshalNative::GetExceptionForHR)
FCFuncElement("GetDelegateForFunctionPointerInternal", MarshalNative::GetDelegateForFunctionPointerInternal)
FCFuncElement("GetFunctionPointerForDelegateInternal", MarshalNative::GetFunctionPointerForDelegateInternal)