瀏覽代碼

* XmlSchemaComplexType.cs: Comment out line that was breaking
the build.

svn path=/trunk/mcs/; revision=22029

Jackson Harper 22 年之前
父節點
當前提交
af1698145a

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

@@ -1,3 +1,7 @@
+2004-01-13  Jackson Harper <[email protected]>
+
+	* XmlSchemaComplexType.cs: Comment out line that was breaking the build.
+	
 2004-01-13  Atsushi Enomoto <[email protected]>
 
 	* XmlSchemaSimpleTypeUnion.cs : The same reason as the previous patch.

+ 1 - 1
mcs/class/System.XML/System.Xml.Schema/XmlSchemaComplexType.cs

@@ -431,7 +431,7 @@ namespace System.Xml.Schema
 				new ArrayList (), h, schema);
 			contentTypeParticle.ValidateUniqueTypeAttribution (
 				new XmlSchemaObjectTable (), h, schema);
-			contentTypeParticle = contentTypeParticle.GetParticleWithoutPointless ();
+//			contentTypeParticle = contentTypeParticle.GetParticleithoutPointless ();
 
 			// FIXME: move to ValidateContentModel()
 			if (contentModel != null && contentModel.Content is XmlSchemaSimpleContent)