[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / System / Test / System.Collections.Generic / SortedListTest.cs
index 2371500bd746f07bf02ec8f013074cba4d74e4eb..b6baac08e8546b092a48cb849ec3fc9debb3a37b 100644 (file)
@@ -29,7 +29,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 
 using System;
 using System.Collections;
@@ -527,4 +526,3 @@ namespace MonoTests.System.Collections.Generic
        }
 }
 
-#endif