Some 4.0 API tweaks
[mono.git] / mcs / class / corlib / System.Threading / ExecutionContextSwitcher.cs
index a158bc6d0b48516594b7ff8d8b2a11a35ad3ce60..176a01315af99ffdf57caf55e63f89da36969545 100644 (file)
@@ -28,7 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 
 using System.Runtime.ConstrainedExecution;
 using System.Runtime.InteropServices;
@@ -77,4 +76,3 @@ namespace System.Threading
        }
 }
 
-#endif