Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/ReferenceSources/JitHelpers.cs')
-rw-r--r--mcs/class/corlib/ReferenceSources/JitHelpers.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/mcs/class/corlib/ReferenceSources/JitHelpers.cs b/mcs/class/corlib/ReferenceSources/JitHelpers.cs
index 79f242e4fca..80038fdf94d 100644
--- a/mcs/class/corlib/ReferenceSources/JitHelpers.cs
+++ b/mcs/class/corlib/ReferenceSources/JitHelpers.cs
@@ -17,13 +17,5 @@ namespace System.Runtime.CompilerServices {
{
return Array.UnsafeMov<T, long> (val);
}
-
-#if NETCORE
- [Intrinsic]
- internal static bool EnumEquals<T>(T x, T y) where T : struct, Enum => throw new NotImplementedException ();
-
- [Intrinsic]
- internal static int EnumCompareTo<T>(T x, T y) where T : struct, Enum => throw new NotImplementedException ();
-#endif
}
} \ No newline at end of file