From 0041d20d708dbefd4f3ba7ab1f721496f90c38aa Mon Sep 17 00:00:00 2001 From: Aaron Robinson Date: Mon, 29 Jun 2020 11:21:09 -0700 Subject: [PATCH] Remove unused enum value. --- src/coreclr/src/inc/corinfo.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/coreclr/src/inc/corinfo.h b/src/coreclr/src/inc/corinfo.h index eb5d1a1dd97d8..6eb857cde3272 100644 --- a/src/coreclr/src/inc/corinfo.h +++ b/src/coreclr/src/inc/corinfo.h @@ -751,8 +751,7 @@ enum CorInfoUnmanagedCallConv CORINFO_UNMANAGED_CALLCONV_C, CORINFO_UNMANAGED_CALLCONV_STDCALL, CORINFO_UNMANAGED_CALLCONV_THISCALL, - CORINFO_UNMANAGED_CALLCONV_FASTCALL, - CORINFO_UNMANAGED_CALLCONV_UNMANAGED = CORINFO_CALLCONV_UNMANAGED, + CORINFO_UNMANAGED_CALLCONV_FASTCALL }; // These are returned from getMethodOptions