Revert this until I track it down
[mono.git] / mcs / gmcs / typemanager.cs
index 598a4b01d3756af7a5899d122be1283a44ff9843..144fe72815f5e526625c4c28f08dc3d345d94c8d 100644 (file)
@@ -100,7 +100,6 @@ public partial class TypeManager {
        static public Type required_attr_type;
        static public Type guid_attr_type;
        static public Type assembly_culture_attribute_type;
-       static public Type runtime_compatibility_attribute_type;
 
        /// 
        /// .NET 2.0
@@ -1135,7 +1134,6 @@ public partial class TypeManager {
                required_attr_type = CoreLookupType ("System.Runtime.CompilerServices", "RequiredAttributeAttribute");
                guid_attr_type = CoreLookupType ("System.Runtime.InteropServices", "GuidAttribute");
                assembly_culture_attribute_type = CoreLookupType ("System.Reflection", "AssemblyCultureAttribute");
-               runtime_compatibility_attribute_type = CoreLookupType ("System.Runtime.CompilerServices", "RuntimeCompatibilityAttribute");
 
                InitGenericCoreTypes ();