Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
[mono.git] / mcs / class / System.Core / Assembly / AssemblyInfo.cs
index bff4cecec0b30df80ff5ccd3788fcd7fba6a3a88..c5a221b8b95a4145a9ab6988df2beafd67ee6c04 100644 (file)
@@ -67,7 +67,7 @@ using System.Runtime.InteropServices;
 
 [assembly: ComVisible (false)]
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 [assembly: TypeForwardedTo (typeof (System.Security.Cryptography.Aes))]
 #endif