From: Zoltan Varga Date: Fri, 8 Mar 2013 01:36:04 +0000 (+0100) Subject: Fix the mobile build. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=514fcd79208764c170851c61498d650dc357b429;p=mono.git Fix the mobile build. --- diff --git a/mcs/class/corlib/System/Type.cs b/mcs/class/corlib/System/Type.cs index b07e088c684..a45c3948878 100644 --- a/mcs/class/corlib/System/Type.cs +++ b/mcs/class/corlib/System/Type.cs @@ -740,7 +740,6 @@ namespace System { #if !FULL_AOT_RUNTIME private static Dictionary clsid_types; -#if !FULL_AOT_RUNTIME private static AssemblyBuilder clsid_assemblybuilder; #endif @@ -816,7 +815,7 @@ namespace System { throw new NotImplementedException (); #endif } -#endif + public static Type GetTypeFromHandle (RuntimeTypeHandle handle) { if (handle.Value == IntPtr.Zero)