Skip to content

Commit

Permalink
Remove unused enum value.
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronRobinsonMSFT committed Jul 2, 2020
1 parent 4e6b066 commit 0041d20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/coreclr/src/inc/corinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0041d20

Please sign in to comment.