[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / corlib / Test / System.Reflection.Emit / DerivedTypesTest.cs
index cc31ed42b3a83c7eaeb6f15c9a7f6747ed1d566a..b9b6fbacca1651a6873b072f6938ea743dcb86ed 100644 (file)
@@ -18,13 +18,10 @@ using System.Runtime.InteropServices;
 using NUnit.Framework;
 using System.Runtime.CompilerServices;
 
-#if NET_2_0
 using System.Collections.Generic;
-#endif
 
 namespace MonoTests.System.Reflection.Emit
 {
-#if NET_2_0
        [TestFixture]
        public class PointerTypeTest
        {
@@ -1745,5 +1742,4 @@ namespace MonoTests.System.Reflection.Emit
                }
 
        }
-#endif
 }