Browse Source

2004-05-13 Atsushi Enomoto <[email protected]>

	* XmlSchemaSimpleTypeRestriction.cs : Removed MonoTODO. done.

svn path=/trunk/mcs/; revision=27222
Atsushi Eno 21 years ago
parent
commit
e0cfce445b

+ 4 - 0
mcs/class/System.XML/System.Xml.Schema/ChangeLog

@@ -1,3 +1,7 @@
+2004-05-13  Atsushi Enomoto <[email protected]>
+
+	* XmlSchemaSimpleTypeRestriction.cs : Removed MonoTODO. done.
+
 2004-05-12  Atsushi Enomoto <[email protected]>
 
 	* BuiltInDatatype.cs : made classes/enums internal.

+ 0 - 2
mcs/class/System.XML/System.Xml.Schema/XmlSchemaSimpleTypeRestriction.cs

@@ -78,7 +78,6 @@ namespace System.Xml.Schema
 		/// 2. id must be a valid ID
 		/// 3. base must be a valid QName *NO CHECK REQUIRED*
 		/// </remarks>
-		[MonoTODO]
 		internal override int Compile(ValidationEventHandler h, XmlSchema schema)
 		{
 			// If this is already compiled this time, simply skip.
@@ -152,7 +151,6 @@ namespace System.Xml.Schema
 		
 		
 	
-		[MonoTODO]
 		internal override int Validate(ValidationEventHandler h, XmlSchema schema)
 		{