From ff24905876fea5af1a65bd433c489cfcf0b84c24 Mon Sep 17 00:00:00 2001 From: Sergio Pedri Date: Wed, 22 Nov 2023 21:00:16 +0100 Subject: [PATCH] Remove unnecessary [UnmanagedCallersOnly] constructor --- ...m.Runtime.InteropServices.UnmanagedCallersOnlyAttribute.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/PolySharp.SourceGenerators/EmbeddedResources/RuntimeSupported/System.Runtime.InteropServices.UnmanagedCallersOnlyAttribute.cs b/src/PolySharp.SourceGenerators/EmbeddedResources/RuntimeSupported/System.Runtime.InteropServices.UnmanagedCallersOnlyAttribute.cs index 7cdf153..a2b1b22 100644 --- a/src/PolySharp.SourceGenerators/EmbeddedResources/RuntimeSupported/System.Runtime.InteropServices.UnmanagedCallersOnlyAttribute.cs +++ b/src/PolySharp.SourceGenerators/EmbeddedResources/RuntimeSupported/System.Runtime.InteropServices.UnmanagedCallersOnlyAttribute.cs @@ -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() - { - } - /// /// Optional. If omitted, the runtime will use the default platform calling convention. ///