X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.CompilerServices%2FRuntimeCompatibilityAttribute.cs;h=f496f01abe2ea240fecd2e8ea2725076c3e8f6ac;hb=99b5aad5ee74b270b33e3779cf14cf18d847db50;hp=1f3740876ad50b2b0b988f9e69b0deec4a6a32a8;hpb=cccbf6a4b7152c24fafc319e77060a4723a8560e;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.CompilerServices/RuntimeCompatibilityAttribute.cs b/mcs/class/corlib/System.Runtime.CompilerServices/RuntimeCompatibilityAttribute.cs index 1f3740876ad..f496f01abe2 100644 --- a/mcs/class/corlib/System.Runtime.CompilerServices/RuntimeCompatibilityAttribute.cs +++ b/mcs/class/corlib/System.Runtime.CompilerServices/RuntimeCompatibilityAttribute.cs @@ -30,8 +30,6 @@ using System; -#if NET_2_0 - namespace System.Runtime.CompilerServices { [Serializable] @@ -56,4 +54,3 @@ namespace System.Runtime.CompilerServices { } } -#endif