فهرست منبع

2007-07-04 Atsushi Enomoto <[email protected]>

	* System.Xml.Core.dll.sources : remove unused DTDValidatingReader2.cs

	* DTDValidatingReader2.cs :
	  we can remove NET_2_1 from this unused code in SL.


svn path=/trunk/mcs/; revision=81350
Atsushi Eno 18 سال پیش
والد
کامیت
96c772e3ef

+ 5 - 0
mcs/class/System.XML/System.Xml/ChangeLog

@@ -1,3 +1,8 @@
+2007-07-04  Atsushi Enomoto  <[email protected]>
+
+	* DTDValidatingReader2.cs :
+	  we can remove NET_2_1 from this unused code in SL.
+
 2007-07-04  Atsushi Enomoto  <[email protected]>
 
 	* DTDAutomata.cs DTDObjectModel.cs DTDReader.cs

+ 1 - 8
mcs/class/System.XML/System.Xml/DTDValidatingReader2.cs

@@ -62,8 +62,6 @@ TODOs:
 
 */
 
-#if !NET_2_1_HACK
-
 using System;
 using System.Collections;
 #if NET_2_0
@@ -87,10 +85,7 @@ namespace Mono.Xml
 #if NET_2_0
 		IXmlNamespaceResolver,
 #endif
-		IHasXmlParserContext
-#if !NET_2_1
-		, IHasXmlSchemaInfo
-#endif
+		IHasXmlParserContext, IHasXmlSchemaInfo
 	{
 		public DTDValidatingReader (XmlReader reader)
 			: this (reader, null)
@@ -1265,5 +1260,3 @@ namespace Mono.Xml
 
 	}
 }
-
-#endif

+ 4 - 0
mcs/class/System.Xml.Core/ChangeLog

@@ -1,3 +1,7 @@
+2007-07-04  Atsushi Enomoto  <[email protected]>
+
+	* System.Xml.Core.dll.sources : remove unused DTDValidatingReader2.cs
+
 2007-07-04  Atsushi Enomoto  <[email protected]>
 
 	* Makefile

+ 0 - 1
mcs/class/System.Xml.Core/System.Xml.Core.dll.sources

@@ -12,7 +12,6 @@ DummySystemXmlCore.cs
 ../System.XML/System.Xml/DTDAutomata.cs
 ../System.XML/System.Xml/DTDObjectModel.cs
 ../System.XML/System.Xml/DTDReader.cs
-../System.XML/System.Xml/DTDValidatingReader2.cs
 ../System.XML/System.Xml/EntityHandling.cs
 ../System.XML/System.Xml/EntityResolvingXmlReader.cs
 ../System.XML/System.Xml/Formatting.cs