X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Reflection%2FMonoGenericClass.cs;h=51a1a50522b4c439c98aa52be84bad2299326313;hb=360f2deff8855e3e6ce62b61dcdcd9e1b097ded8;hp=34c2b8489491f6d46198ce13ae71f33e1a034dc0;hpb=e9ef2be4373c0f09c6bc15b75e92cca93fe8feed;p=mono.git diff --git a/mcs/class/corlib/System.Reflection/MonoGenericClass.cs b/mcs/class/corlib/System.Reflection/MonoGenericClass.cs index 34c2b848949..51a1a50522b 100644 --- a/mcs/class/corlib/System.Reflection/MonoGenericClass.cs +++ b/mcs/class/corlib/System.Reflection/MonoGenericClass.cs @@ -51,11 +51,7 @@ namespace System.Reflection */ [StructLayout (LayoutKind.Sequential)] sealed class MonoGenericClass : -#if NET_4_5 TypeInfo -#else - Type -#endif { #region Keep in sync with object-internals.h #pragma warning disable 649