From: Jan Kotas Date: Tue, 12 Nov 2019 20:24:07 +0000 (+0100) Subject: Delete unused Enum.InternalCompareTo (dotnet/coreclr#27837) X-Git-Tag: submit/tizen/20210909.063632~11030^2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2fa0388ba5c9edcfdc5a3738d3c67dbb3957e03;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Delete unused Enum.InternalCompareTo (dotnet/coreclr#27837) Commit migrated from https://github.com/dotnet/coreclr/commit/012c53ba4644ace6997dec0d608b5fd00a77983c --- diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Enum.CoreCLR.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Enum.CoreCLR.cs index eec6048..fac8c0c 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Enum.CoreCLR.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Enum.CoreCLR.cs @@ -21,9 +21,6 @@ namespace System private static extern object InternalBoxEnum(RuntimeType enumType, long value); [MethodImpl(MethodImplOptions.InternalCall)] - private static extern int InternalCompareTo(object thisRef, object? target); - - [MethodImpl(MethodImplOptions.InternalCall)] private extern CorElementType InternalGetCorElementType(); [MethodImpl(MethodImplOptions.InternalCall)]