Add locking to EventWaitHandle.Set/Reset to avoid crashes when another thread dispose...
[mono.git] / mcs / class / corlib / System.Runtime.CompilerServices / IsPinned.cs
index 34305191fd753a9c622fd1fbc29f307bcda92c45..aa1e1b4215663a8c79a1d785b6cb7c0ba5bfc990 100644 (file)
@@ -25,8 +25,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System;
 
 namespace System.Runtime.CompilerServices {
@@ -36,4 +34,3 @@ namespace System.Runtime.CompilerServices {
        }
 }
 
-#endif