From 3b31c5a8a689fa5dc673847ae59d27fc0d06bf79 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. ///