[bcl] Remove NET_4_0 defines from class libs.
[mono.git] / mcs / class / corlib / System.Threading.Tasks / TaskActionInvoker.cs
index 72a486f7a806e066243703865ad460e7b17d9404..0f68ff499d992f1be57f9cf51392ee405e74d14d 100644 (file)
@@ -26,7 +26,6 @@
 //
 //
 
-#if NET_4_0
 
 using System.Threading;
 
@@ -502,4 +501,3 @@ namespace System.Threading.Tasks
                public abstract void Invoke (Task owner, object state, Task context);
        }
 }
-#endif