Rework ReaderWriterLockSlim to use simpler Interlocked arithmetic.
[mono.git] / mcs / class / corlib / System.Threading / HostExecutionContextManager.cs
index 897024e5ce7104f1dedff5b056072f064e20e048..7d979b6cc60a7fa0bac4f9266470166c37c283b2 100644 (file)
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System.Security.Permissions;
 using System.Runtime.ConstrainedExecution;
 
@@ -61,4 +59,3 @@ namespace System.Threading {
        }
 }
 
-#endif