Fix warnings in mscorlib's Test suite + bring a couple more tests + fix thread rename...
[mono.git] / mcs / class / corlib / System.Runtime.ConstrainedExecution / CriticialFinalizerObject.cs
index 877293d78a3fdfa426ae1bcc1a22a659f8bf38cb..412377afed78d7d2a4f8c21d9d64e8680aca9ba2 100644 (file)
@@ -26,8 +26,6 @@
 // Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com)
 //
 
-#if NET_2_0
-
 using System.Runtime.InteropServices;
 
 namespace System.Runtime.ConstrainedExecution
@@ -51,4 +49,3 @@ namespace System.Runtime.ConstrainedExecution
                }
         }
 }
-#endif