Merge branch 'master' of github.com:mono/mono
[mono.git] / mcs / class / corlib / System.Threading / HostExecutionContext.cs
index 2940f82f62653b36694382e46776c9ed48afb43b..c0028c84905dd5354f2d14c16029ce9531068dec 100644 (file)
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 namespace System.Threading {
 
        [MonoTODO ("Useless until the runtime supports it")]
@@ -56,5 +54,3 @@ namespace System.Threading {
                }
        }
 }
-
-#endif