Merge pull request #487 from mayerwin/patch-1
[mono.git] / mcs / class / corlib / System.Reflection.Emit / ConstructorBuilder.cs
index 88a27676b7c57283ccf29cf50377f304c9d8a3b6..2391dc8be2cae1cf3696be5be1e14be8c5b007e4 100644 (file)
@@ -30,6 +30,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+#if !FULL_AOT_RUNTIME
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -411,3 +412,4 @@ namespace System.Reflection.Emit {
                }
        }
 }
+#endif