Allow at max one Remove operation to fail in tests.
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / _Thread.cs
index bad2ae063c89013dd743ac8838470d5ca8a43d60..701dccf5b1a4b15afb22e1a5c9f84f91fb77ffdc 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_1_1
-
 using System.Threading;
 
 namespace System.Runtime.InteropServices {
-#if NET_2_0
        [ComVisible (true)]
-#endif
        [CLSCompliant (false)]
        [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
        [Guid ("C281C7F1-4AA9-3517-961A-463CFED57E75")]
@@ -51,5 +47,3 @@ namespace System.Runtime.InteropServices {
                        IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
        }
 }
-
-#endif