[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / System / Test / System.ComponentModel / DoubleConverterTests.cs
index 2c1558a3f87b2bd5cd7fac0bd08d10a70feb694d..cec27c0de88dc2523ed9db067f8738b21b306ce1 100644 (file)
@@ -369,7 +369,6 @@ namespace MonoTests.System.ComponentModel
                                }
                        }
 
-#if NET_2_0
 // adding this override in 1.x shows different result in .NET (it is ignored).
 // Some compatibility kids might want to fix this issue.
                        public override NumberFormatInfo NumberFormat {
@@ -380,7 +379,6 @@ namespace MonoTests.System.ComponentModel
                                }
                                set { throw new NotSupportedException (); }
                        }
-#endif
                }
        }
 }