Fix the mobile build.
authorZoltan Varga <vargaz@gmail.com>
Fri, 8 Mar 2013 01:36:04 +0000 (02:36 +0100)
committerZoltan Varga <vargaz@gmail.com>
Fri, 8 Mar 2013 01:36:04 +0000 (02:36 +0100)
mcs/class/corlib/System/Type.cs

index b07e088c684c6f569f9a11f4c151fea16f18f78a..a45c3948878e5cf5c9cfc0ff2d04c3bc7ef6a8e3 100644 (file)
@@ -740,7 +740,6 @@ namespace System {
 
 #if !FULL_AOT_RUNTIME
                private static Dictionary<Guid, Type> 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)