Author: marek
Date: 2005-11-07 05:05:40 -0500 (Mon, 07 Nov 2005)
New Revision: 52645
Modified:
trunk/mcs/gmcs/generic.cs
trunk/mcs/gmcs/rootcontext.cs
Log:
2005-11-07 Marek Safar <[EMAIL PROTECTED]>
generic.cs, rootcontext.cs: Removed NewConstraintAttribute.
Modified: trunk/mcs/gmcs/generic.cs
===================================================================
--- trunk/mcs/gmcs/generic.cs 2005-11-07 09:59:42 UTC (rev 52644)
+++ trunk/mcs/gmcs/generic.cs 2005-11-07 10:05:40 UTC (rev 52645)
@@ -1796,7 +1796,6 @@
//
// A list of core types that the compiler requires or uses
//
- static public Type new_constraint_attr_type;
static public Type activator_type;
static public Type generic_ienumerator_type;
static public Type generic_ienumerable_type;
@@ -1825,8 +1824,6 @@
static void InitGenericCoreTypes ()
{
activator_type = CoreLookupType ("System", "Activator");
- new_constraint_attr_type = CoreLookupType (
- "System.Runtime.CompilerServices",
"NewConstraintAttribute");
generic_ienumerator_type = CoreLookupType (
"System.Collections.Generic", "IEnumerator", 1);
Modified: trunk/mcs/gmcs/rootcontext.cs
===================================================================
--- trunk/mcs/gmcs/rootcontext.cs 2005-11-07 09:59:42 UTC (rev 52644)
+++ trunk/mcs/gmcs/rootcontext.cs 2005-11-07 10:05:40 UTC (rev 52645)
@@ -387,7 +387,6 @@
"System.Runtime.InteropServices.DllImportAttribute",
"System.Runtime.CompilerServices.MethodImplAttribute",
"System.Runtime.InteropServices.MarshalAsAttribute",
-
"System.Runtime.CompilerServices.NewConstraintAttribute",
"System.Runtime.CompilerServices.CompilerGeneratedAttribute",
"System.Runtime.CompilerServices.FixedBufferAttribute",
"System.Diagnostics.ConditionalAttribute",
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches