summaryrefslogtreecommitdiff
path: root/src/vm/ecalllist.h
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-12-20 07:10:07 -0800
committerGitHub <noreply@github.com>2018-12-20 07:10:07 -0800
commitb0f325989d84c0ea429f24250e6ee1c6fd1a50a7 (patch)
tree0068af0090cddebc54a9b3efc00cff742cb4b368 /src/vm/ecalllist.h
parent4cc0a9a55d283e44205bf842a68657280bdabcd5 (diff)
downloadcoreclr-b0f325989d84c0ea429f24250e6ee1c6fd1a50a7.tar.gz
coreclr-b0f325989d84c0ea429f24250e6ee1c6fd1a50a7.tar.bz2
coreclr-b0f325989d84c0ea429f24250e6ee1c6fd1a50a7.zip
Replace more of JitHelpers with S.R.CS.Unsafe (#21598)
- Replace JitHelpers.UnsafeCastToStackPtr with Unsafe.AsPointer - Delete PinningHelper that was duplicate of RawData helper class
Diffstat (limited to 'src/vm/ecalllist.h')
-rw-r--r--src/vm/ecalllist.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vm/ecalllist.h b/src/vm/ecalllist.h
index 492bd95a31..c8244a69e8 100644
--- a/src/vm/ecalllist.h
+++ b/src/vm/ecalllist.h
@@ -222,9 +222,6 @@ FCFuncEnd()
FCFuncStart(gJitHelpers)
FCFuncElement("UnsafeSetArrayElement", JitHelpers::UnsafeSetArrayElement)
-#ifdef _DEBUG
- FCFuncElement("IsAddressInStack", ReflectionInvocation::IsAddressInStack)
-#endif
FCFuncEnd()
FCFuncStart(gCOMTypeHandleFuncs)