[Thread] Avoid using BinarySerialization
[mono.git] / mcs / class / corlib / System.Threading / HostExecutionContextSwitcher.cs
index c29fcfbe63aba29b2f30a77fc70b114870820441..5b7bd7bf50da6f2f6b8c1c993c727750c64e06c3 100644 (file)
@@ -26,8 +26,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;
 
@@ -76,4 +74,3 @@ namespace System.Threading {
        }
 }
 
-#endif