Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2013-03-08 05:36:04 +0400
committerZoltan Varga <vargaz@gmail.com>2013-03-08 05:36:04 +0400
commit514fcd79208764c170851c61498d650dc357b429 (patch)
treee58070fcaabd8d2ad75d87cfd2015e149629cd4e
parentc1466ee2ff71faf8cb9eeb053962e33340e8ea47 (diff)
Fix the mobile build.mono-3.0.7
-rw-r--r--mcs/class/corlib/System/Type.cs3
1 files changed, 1 insertions, 2 deletions
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<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)