[bcl] Add more reflection types to monotouch
[mono.git] / mcs / class / corlib / System.Reflection.Emit / AssemblyBuilderAccess.cs
index 1aceb94ef07fb636b397d88853fcd8c23a1316f4..d9d588bdac8cb05966ca4f8046433022ba109ae3 100644 (file)
@@ -28,7 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if !FULL_AOT_RUNTIME
 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