summaryrefslogtreecommitdiff
path: root/src/vm/ecalllist.h
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-11-21 11:20:00 -0800
committerGitHub <noreply@github.com>2017-11-21 11:20:00 -0800
commit60222780cde77346bff1eb8979846769c223f833 (patch)
tree4185790997bcb331ca9701fad7d30a891897a6d8 /src/vm/ecalllist.h
parent87fb7de212e7448638579d65c2f5574aa333bddd (diff)
downloadcoreclr-60222780cde77346bff1eb8979846769c223f833.tar.gz
coreclr-60222780cde77346bff1eb8979846769c223f833.tar.bz2
coreclr-60222780cde77346bff1eb8979846769c223f833.zip
Move SafeBuffer and a few other files to shared CoreLib partition (#15141)
Diffstat (limited to 'src/vm/ecalllist.h')
-rw-r--r--src/vm/ecalllist.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/vm/ecalllist.h b/src/vm/ecalllist.h
index 207e89ac3e..14ce9dd13b 100644
--- a/src/vm/ecalllist.h
+++ b/src/vm/ecalllist.h
@@ -198,13 +198,6 @@ FCFuncStart(gCriticalHandleFuncs)
FCFuncElement("FireCustomerDebugProbe", CriticalHandle::FireCustomerDebugProbe)
FCFuncEnd()
-FCFuncStart(gSafeBufferFuncs)
- FCFuncElement("PtrToStructureNative", SafeBuffer::PtrToStructure)
- FCFuncElement("StructureToPtrNative", SafeBuffer::StructureToPtr)
- FCFuncElement("SizeOfType", SafeBuffer::SizeOfType)
- FCFuncElement("AlignedSizeOfType", SafeBuffer::AlignedSizeOfType)
-FCFuncEnd()
-
FCFuncStart(gTypedReferenceFuncs)
FCFuncElement("InternalToObject", ReflectionInvocation::TypedReferenceToObject)
FCFuncElement("InternalSetTypedReference", ReflectionInvocation::SetTypedReference)
@@ -1386,7 +1379,6 @@ FCClassElement("RuntimeModule", "System.Reflection", gCOMModuleFuncs)
FCClassElement("RuntimeThread", "Internal.Runtime.Augments", gRuntimeThreadFuncs)
FCClassElement("RuntimeType", "System", gSystem_RuntimeType)
FCClassElement("RuntimeTypeHandle", "System", gCOMTypeHandleFuncs)
-FCClassElement("SafeBuffer", "System.Runtime.InteropServices", gSafeBufferFuncs)
FCClassElement("SafeHandle", "System.Runtime.InteropServices", gSafeHandleFuncs)
FCClassElement("SafeTypeNameParserHandle", "System", gSafeTypeNameParserHandle)