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 - { - } - }