Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
[mono.git] / mcs / class / corlib / System.Threading.Tasks / TaskCompletionSource.cs
index 807ef024e05c20114fea3f97e07b9fdb33325494..f4b3a3b81d7504fedf96f09524a54e2da0026bad 100644 (file)
@@ -26,7 +26,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Collections.Generic;