X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Reflection.Emit%2FOpCode.cs;h=aa3453d20069185d4d7e8abaf1ed258b6aab6f10;hb=863ddf25bfb4e88db7225dd4968a4403840c42af;hp=81edbd5b5ad44382a6662842d83f6e813940a794;hpb=107e44e461ae22e5fcee195146d753d8e59e8bc8;p=mono.git diff --git a/mcs/class/corlib/System.Reflection.Emit/OpCode.cs b/mcs/class/corlib/System.Reflection.Emit/OpCode.cs index 81edbd5b5ad..aa3453d2006 100644 --- a/mcs/class/corlib/System.Reflection.Emit/OpCode.cs +++ b/mcs/class/corlib/System.Reflection.Emit/OpCode.cs @@ -26,10 +26,6 @@ // 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