Skip to content

Commit

Permalink
Remove unnecessary [UnmanagedCallersOnly] constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Nov 22, 2023
1 parent 41a4a13 commit ff24905
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ namespace System.Runtime.InteropServices
[global::System.Diagnostics.Conditional("MULTI_TARGETING_SUPPORT_ATTRIBUTES")]
internal sealed class UnmanagedCallersOnlyAttribute : global::System.Attribute
{
public UnmanagedCallersOnlyAttribute()
{
}

/// <summary>
/// Optional. If omitted, the runtime will use the default platform calling convention.
/// </summary>
Expand Down

0 comments on commit ff24905

Please sign in to comment.