Merge pull request #409 from Alkarex/patch-1
[mono.git] / mcs / class / corlib / System.Reflection.Emit / DynamicMethod.cs
index 5378f7e2a01ac831793cfaef65d451e912c46b6d..931573d5449459c3860e103b5dab2811d820ee2c 100644 (file)
@@ -31,6 +31,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+#if !FULL_AOT_RUNTIME
 
 using System;
 using System.Reflection;
@@ -450,3 +451,4 @@ namespace System.Reflection.Emit {
        }
 }
 
+#endif