From 337c79fe261e5410efec2f670d7810b216bd1e60 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Sun, 22 Dec 2019 16:14:48 -0600 Subject: [PATCH] Removed CallerMemberNameAttribute from Net3_Proxy because it already exists in AsyncBridge --- Net3-Proxy/CompilerServices.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Net3-Proxy/CompilerServices.cs b/Net3-Proxy/CompilerServices.cs index 789ab55f..ed10182c 100644 --- a/Net3-Proxy/CompilerServices.cs +++ b/Net3-Proxy/CompilerServices.cs @@ -6,9 +6,4 @@ using System.Text; namespace System.Runtime.CompilerServices { - [AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)] - public sealed class CallerMemberNameAttribute : Attribute - { - } - }