summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/jithelpers.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Private.CoreLib/src/System/Runtime/CompilerServices/jithelpers.cs')
-rw-r--r--src/System.Private.CoreLib/src/System/Runtime/CompilerServices/jithelpers.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/jithelpers.cs b/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/jithelpers.cs
index b8bb7c4981..10808216b0 100644
--- a/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/jithelpers.cs
+++ b/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/jithelpers.cs
@@ -99,10 +99,6 @@ namespace System.Runtime.CompilerServices
return x.CompareTo(y);
}
- // Set the given element in the array without any type or range checks
- [MethodImplAttribute(MethodImplOptions.InternalCall)]
- internal static extern void UnsafeSetArrayElement(object[] target, int index, object element);
-
internal static ref byte GetRawData(this object obj) =>
ref Unsafe.As<RawData>(obj).Data;