[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / System / Test / System.ComponentModel / UInt16ConverterTests.cs
index cea80ce903363850d91ad0200fc6ba4602f43481..dd60c8cdcb5db4c04554e2883df6f2b1c8937b97 100644 (file)
@@ -246,7 +246,6 @@ namespace MonoTests.System.ComponentModel
                                        return base.GetFormat (formatType);
                                }
                        }
-#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 {
@@ -257,7 +256,6 @@ namespace MonoTests.System.ComponentModel
                                }
                                set { throw new NotSupportedException (); }
                        }
-#endif
                }
        }
 }