Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
[mono.git] / mcs / class / System.Core / System.Runtime.CompilerServices / DynamicAttribute.cs
index 001ed77c7e41ea3efcfda1e1142be2eb071c13ed..2d9f7e078476423523d387d28a798230b1f3888d 100644 (file)
@@ -26,7 +26,7 @@
 // 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;