Merge pull request #4380 from alexanderkyte/conflicting_attrs
[mono.git] / mcs / class / corlib / System.Reflection.Emit / PEFileKinds.cs
index adb9998e66ef4a999312c29926c33e762c4b8e3c..762dad80fd402117bf211eecb5528ad5902f89dd 100644 (file)
@@ -22,7 +22,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 {
@@ -35,5 +34,3 @@ namespace System.Reflection.Emit {
                WindowApplication = 3
        }
 }
-
-#endif