[bcl] Add more reflection types to monotouch
[mono.git] / mcs / class / corlib / System.Reflection.Emit / AssemblyBuilderAccess.cs
index 55cc465e04421bd331aa9fc5d4369478a097fd60..d9d588bdac8cb05966ca4f8046433022ba109ae3 100644 (file)
@@ -28,7 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if !FULL_AOT_RUNTIME || IOS_REFLECTION
 using System.Runtime.InteropServices;
 
 namespace System.Reflection.Emit
@@ -41,9 +40,6 @@ namespace System.Reflection.Emit
                Save = 2,
                RunAndSave = 3,
                ReflectionOnly = 6,
-#if NET_4_0
                RunAndCollect = 9
-#endif
   }
 }
-#endif