[bcl] Remove NET_4_0 defines from class libs.
[mono.git] / mcs / class / corlib / System.Threading.Tasks / SynchronizationContextScheduler.cs
index 18382055ba50016fcd0cc5f0a7b07d6cdd86c018..cea07339f9dd671eec5335d625ed16606eab096b 100644 (file)
@@ -26,7 +26,6 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0
 
 using System;
 using System.Threading;
@@ -77,4 +76,3 @@ namespace System.Threading.Tasks
        }
 }
 
-#endif