Merge pull request #1057 from lextm/master
[mono.git] / mcs / class / corlib / System.Runtime.CompilerServices / RuntimeCompatibilityAttribute.cs
index 1f3740876ad50b2b0b988f9e69b0deec4a6a32a8..f496f01abe2ea240fecd2e8ea2725076c3e8f6ac 100644 (file)
@@ -30,8 +30,6 @@
 
 using System;
 
-#if NET_2_0
-
 namespace System.Runtime.CompilerServices {
 
        [Serializable]
@@ -56,4 +54,3 @@ namespace System.Runtime.CompilerServices {
        }
 }
 
-#endif