Properly check the maxstacksize asked for the Thread
[mono.git] / mcs / class / corlib / System.Threading / CompressedStackSwitcher.cs
index e82f0e4f5f017a218b0e97eff59778a4e7eacd81..7dec8d1771de2cb3cf3f6479b2624c3f6b6ae2bc 100644 (file)
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System.Globalization;
 using System.Runtime.ConstrainedExecution;
 using System.Runtime.InteropServices;
@@ -102,5 +100,3 @@ namespace System.Threading {
                }
        }
 }
-
-#endif