Removal of NET_1_1 defines and some NET_2_0; Both defines are true these days in...
[mono.git] / mcs / class / System.EnterpriseServices / System.EnterpriseServices / ThreadPoolOption.cs
index 065150db64836e340a017c7707c595db16495389..f7d430b3600b22b2335dd11e5c1452eef8c10c91 100644 (file)
@@ -31,7 +31,6 @@ using System.Runtime.InteropServices;
 \r
 namespace System.EnterpriseServices {\r
 \r
-#if NET_1_1\r
        [Serializable]\r
        [ComVisible(false)]\r
        public enum ThreadPoolOption {\r
@@ -41,5 +40,4 @@ namespace System.EnterpriseServices {
                STA,\r
                MTA\r
        }\r
-#endif\r
 }\r