Merge pull request #910 from akoeplinger/cleanup-test-ignores
[mono.git] / mcs / class / corlib / System.Diagnostics.CodeAnalysis / SuppressMessageAttribute.cs
index f426e413f0879364b755dd744891b4ec84fa73e0..27180a5aa94057df1451021faf4114d7753efcae 100644 (file)
@@ -29,8 +29,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System;
 using System.Runtime.InteropServices;
 
@@ -101,5 +99,3 @@ namespace System.Diagnostics.CodeAnalysis
                }
        }
 }
-
-#endif