Add locking to EventWaitHandle.Set/Reset to avoid crashes when another thread dispose...
[mono.git] / mcs / class / corlib / System.Runtime.CompilerServices / FixedAddressValueTypeAttribute.cs
index ca8cb9a8804465c4dfedc6661ebe044fc6ffd0db..2ad788152449c53472c341956ed24a2b5c236c5b 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 {
@@ -40,5 +38,3 @@ namespace System.Runtime.CompilerServices {
                }
        }
 }
-
-#endif