Implement mono_gc_alloc_fixed on Boehm to be uncollectable. This matches SGen behavio...
[mono.git] / mcs / class / corlib / System.Reflection.Emit / OpCode.cs
index 81edbd5b5ad44382a6662842d83f6e813940a794..aa3453d20069185d4d7e8abaf1ed258b6aab6f10 100644 (file)
 // Copyright (C) 2004 Novell, Inc (http://www.novell.com)
 //
 
-#if !FULL_AOT_RUNTIME
-using System;
-using System.Reflection;
-using System.Reflection.Emit;
 using System.Runtime.InteropServices;
 
 namespace System.Reflection.Emit {
@@ -153,4 +149,3 @@ namespace System.Reflection.Emit {
                }
        }
 } 
-#endif