[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / System / Test / System.ComponentModel / NullableConverterTest.cs
index e1c25fd871e4d66869988ae5516aad68e580d35e..0a6d191fffd0fd7a96db910260cd58d932323984 100644 (file)
@@ -28,7 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 
 using System;
 using System.ComponentModel;
@@ -106,4 +105,3 @@ namespace MonoTests.System.ComponentModel
                }
        }
 }
-#endif