Merge branch 'master' of github.com:mono/mono
[mono.git] / mcs / class / corlib / System.Threading / Timeout.cs
index f03117a285a2b2ba8e91525c268f112d91d067a2..f279307ea87a6490b38785b1304b14ce6013f20f 100644 (file)
@@ -31,17 +31,8 @@ using System.Runtime.InteropServices;
 
 namespace System.Threading {
 
-#if NET_2_0
        [ComVisible (true)]
        public static class Timeout {
-#else
-       public sealed class Timeout {
-
-               private Timeout ()
-               {
-               }
-#endif
-
                public const int Infinite=-1;
        }
 }