Revert the CER-like changes made to SpinLock.Enter method and document the problem.
[mono.git] / mcs / class / corlib / System.Threading / SynchronizationLockException.cs
index e1dd616748bd5531875f0e7852ae7b8967e81041..02738a45d83e92d1d885f4d90a383a9595d99d0a 100644 (file)
 //
 
 using System.Runtime.Serialization;
-
-#if NET_2_0
 using System.Runtime.InteropServices;
-#endif
 
 namespace System.Threading
 {
        [Serializable]
-#if NET_2_0
        [ComVisible (true)]
-#endif
        public class SynchronizationLockException : SystemException
        {
                public SynchronizationLockException()