[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / corlib / Test / System.Reflection.Emit / ConstructorOnTypeBuilderInstTest.cs
index 2c6e031be552eac24708a2d087b8929943b46e9b..0312c9318e4580bfa79ae032bf537a0d772ebdd3 100644 (file)
@@ -26,7 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 
 using System;
 using System.Globalization;
@@ -464,4 +463,3 @@ namespace MonoTests.System.Reflection.Emit
        }
 }
 
-#endif