Merge pull request #910 from akoeplinger/cleanup-test-ignores
[mono.git] / mcs / class / corlib / System.Threading / AbandonedMutexException.cs
index 9f7a25251fb5e561b2e84bf2552de21b57d221a0..bdd05c0c471b0b0eb3ced3a7a76ea43f01a580f7 100644 (file)
@@ -30,8 +30,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System.Runtime.Serialization;
 using System.Runtime.InteropServices;
 
@@ -101,5 +99,3 @@ namespace System.Threading
                }
        }
 }
-
-#endif