فهرست منبع

2002-07-22 Tim Coleman <[email protected]>
* XmlSchema.cs: Removed isCompiled which is defined as internal
in XmlSchemaObject.

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

Tim Coleman 23 سال پیش
والد
کامیت
6bcd063b7c
2فایلهای تغییر یافته به همراه5 افزوده شده و 2 حذف شده
  1. 4 0
      mcs/class/System.XML/System.Xml.Schema/ChangeLog
  2. 1 2
      mcs/class/System.XML/System.Xml.Schema/XmlSchema.cs

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

@@ -1,3 +1,7 @@
+2002-07-22  Tim Coleman  <[email protected]>
+	* XmlSchema.cs: Removed isCompiled which is defined as internal
+		in XmlSchemaObject.
+
 2002-06-18  Dwivedi, Ajay kumar <[email protected]>
 	
 	* XmlSchema: Started work on Validate methods

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

@@ -30,7 +30,6 @@ namespace System.Xml.Schema
 		private XmlSchemaObjectTable groups ;
 		private string id ;
 		private XmlSchemaObjectCollection includes ;
-		private bool isCompiled ;
 		private XmlSchemaObjectCollection items ;
 		private XmlSchemaObjectTable notations ;
 		private XmlSchemaObjectTable schemaTypes ;
@@ -709,4 +708,4 @@ namespace System.Xml.Schema
 		}
 		#endregion
 	}
-}
+}