[Test] Cleaned up how a bunch of tests were ignored
[mono.git] / mcs / class / corlib / System.Collections / IEqualityComparer.cs
index b6ac6d04c2fb205ea8660caca61581b374e9fc96..ec74be59af8484418340b7b498b101e3f05000e6 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.Runtime.InteropServices;
 
@@ -41,4 +40,3 @@ namespace System.Collections
                int GetHashCode (object obj);
        }
 }
-#endif