[System] Removal of the NET_2_0 in the source code
[mono.git] / mcs / class / System / System.ComponentModel / NullableConverter.cs
index 3bc6d3805a651c78ec853dbd87cc6f565c11daac..830805c6e9df26d9b80fe0ccf5a62a80510888bb 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.Collections;
 using System.Globalization;
@@ -199,4 +197,3 @@ namespace System.ComponentModel
        }
 }
 
-#endif