[corlib] Ensure Thread.ManagedThreadId is unique per thread.
[mono.git] / mcs / class / corlib / System.Threading / SynchronizationContextSwitcher.cs
index 67b122c3bab31e7f42268dba2cd1c7ffc0054f9a..afcf8d0e9cc47bd2228134c5242a159e514333f3 100644 (file)
@@ -28,8 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System.Runtime.InteropServices;
 using System.Runtime.ConstrainedExecution;
 
@@ -76,5 +74,3 @@ namespace System.Threading
                }
        }
 }
-
-#endif