Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
[mono.git] / mcs / class / corlib / System.Reflection.Emit / ModuleBuilder.cs
index 316baa63d56baef2cbd4354c0a2eb69a57564eed..c3dd1f08bd0126986fbb0de1b97d9c237d458e8f 100644 (file)
@@ -822,7 +822,7 @@ namespace System.Reflection.Emit {
                        throw new NotImplementedException ();
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public override Assembly Assembly {
                        get { return assemblyb; }
                }